Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - How to presort a table by a specific
 column?

scott.stark@jboss.org

2007-03-26


I use seam-gen to generate a table view corresponding to a database table. Column sorting works fine using f:param name="order"
(f:param name="order" value="#{projectsList.order=='name asc' ? 'name desc' : 'name asc'}"/>. )

However, sorting of this table happens only by clicking on column headers. Is it possible to specify a column for initial sorting? Moreover, is it possible to specify a primary and secondary order?



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031851
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.