Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3269651
By: kiversen
Consider this as closed. I added a method in the DTO object returning itself.
SomeDTOObject {
.
.
.
public SomeDTOObject getSelf() {
return this;
}
}
<display:table .....>
<display:column property="self">
</display:table>
Allowing me to do more computations inside a ColumnDecorater since I now can
retrieve all values from the SomeDTOObject, rather than a simple value from
the same object.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249318
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user