[jboss-user] [JBoss Seam] - Re: Trinidad table binding
marcopan
do-not-reply at jboss.com
Mon Aug 13 05:58:27 EDT 2007
Thanks for the answer.
I'll avoid the binding, as you suggest, but it is not without a loss of elegance in the code.
If you select many rows and use a listener you do a roundtrip for every selection (to save the keys of the selected rows somewhere) , while you actually need only the last one, when you activate the command (in instance, when you click the "delete" button after having selected the delatable rows).
But the real question is:
Is this problem in the binding of the trinidad table something concerning this specific components or is it something that affects other components and/or the whole seam/trinidad cohabitation? The binding problem would affect even a standard h:dataTable or the rich:dataTable components (even if you do not need to bind a standard datatable as you do not have any information to collect)?
Thanks a lot
Marco
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073488#4073488
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073488
More information about the jboss-user
mailing list