Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3674830
By: brian_willem
Aside from all the setup info on the displayTag site, these are the two key
things that helped get us using the library in our JSF app.
1. In order to pull in your data, you should insert a dummy JSF dataTable prior
to your displayTag table.
<h:dataTable var="foo" value="#{sessionDetails.sessions}" style="display:none"
/>
<display:table name="sessionScope.sessionDetails.sessions" class="dataTable"
requestURI="/jsp/SessionDetails.faces">
<display:column property="sessionId" titleKey="publi.sessionId"
sortable="true"/>
______________________________________________________________________
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
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user