Davor Hrg a écrit :
nice entry..
in T5.0.11
I've failed to make this work:

How to add an extra column

You want to add an extra column called "details" to each line that
does not have a field in the POJO:

<t:grid t:source="list" row="person">
  <t:parameter name="detailsCell">  <!-- just invent a cell name -->
    <t:pagelink t:page="person"
t:context="person.id">${person.lastname}</t:pagelink>
  </t:parameter>
</t:grid>


I know it can be done by modifying BeanModel, but this seemed like
nice feature to try out.


Davor Hrg
I've not tried that part, but in my own code I generate a specialized property in my model (as I was getting an exception on unknown pojo property). I use null as PropertyConduit.

--
Gabriel <[EMAIL PROTECTED]>
http://www.codelutin.com
tel : 02 40 50 29 28 / fax : 09 59 92 29 28


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to