So does JSF/Seam support click data table with checkboxes inside?
I need to implement a dataTable similar to that in the integration example in the Yuan
source code (see pg. 149 of Yuan/Heute book).
Addition is a couple of columns that are basically yes/no (boolean) checkboxes (one
checkbox per column) that persists to the db table via JPA/entity bean.
possible? or should I just allow the user to click edit command link for that row and
change the data for that row on the next .xhtml page? thx.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089094#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...