3 Replies Latest reply on Feb 25, 2008 8:32 PM by danielc.roth

    Getting selected item ids from a datatable

    boki

      Say I have one to one and one to many relationships I'd like to associate by displaying datatables with radio buttons and checkboxes and I am only interested in Id(s) of the item(s) chosen.


      Is there a simple way to accomplish this in Seam (w/ Richfaces)? Is there any way to do this avoiding a lot of JS and HTML components code? What is the best strategy for this? Is one better of using multi-select lists?


      I've looked at http://balusc.blogspot.com/2006/06/using-datatables.html and am wondering if there's a more elegant way.


      Thanks!