Now I discovered some kind of magic.

In the previous post I wrote the code from my jsp:
<!-- <t:dataTable value="#{testactionDeveloper.testactions}" 
var="testaction_var" renderedIfEmpty="false" 
sortColumn="#{testactionDeveloper.sortColumn}" 
sortAscending="#{testactionDeveloper.ascending}"> -->
  |             <t:dataTable value="#{testactions}" var="testaction_var" 
renderedIfEmpty="false" sortColumn="#{testactionDeveloper.sortColumn}" 
sortAscending="#{testactionDeveloper.ascending}">

Everything works fine. But as soon as I remove the comment resulting in:
<t:dataTable value="#{testactions}" var="testaction_var" 
renderedIfEmpty="false" sortColumn="#{testactionDeveloper.sortColumn}" 
sortAscending="#{testactionDeveloper.ascending}">
the list can't be sorted anymore. Perhaps I've to say that I use Facelets with 
facelets.SKIP_COMMENTS set to false.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935024#3935024

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935024


-------------------------------------------------------
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
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to