4 Replies Latest reply on Aug 29, 2008 4:17 PM by catch

    How to implement select-all and delete operation in seam?

    catch

      hi! I have a table displayed using Query,but now i want to add a checkbox in each row and one placed at the header of that checkbox coloum,when i click the checkbox in the header,all those checkboxes below become selected, and then i press a 'delete'button to delete all these rows,how can I achieve this?


      actually i add a selected boolean property annotated @Transient to the Entity,but i don't know how to move on.


      can anyone help, thanks so much!