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

anarinsky do-not-reply at jboss.com
Mon Mar 26 20:30:37 EDT 2007


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



More information about the jboss-user mailing list