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
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to