is there a way to implement something like an associatedCheckbox with the <db:checkbox> tag?
for example, i show multiple records and have this checkbox for each record. if the user wants to delete/update exactly the records they want they just toggle the checkboxes they want and press the delete or update button.
any advice for implementing something like this?
thanks in advance,
woodchuck
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
well, associated radio is only for one record at a time. it is too slow and cumbersome for the user. i know multiple record updating can be achieved with autoUpdate="true". but for deleting multiple records, i would be better if the user can select all the checkboxes for each record they want to delete, then click the delete button.
having one delete button per record is imho not that professional both in terms of look/design and user experience.
any suggestions about this?
thanks in advance,
woodchuck
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hihi,
is there a way to implement something like an associatedCheckbox with the <db:checkbox> tag?
for example, i show multiple records and have this checkbox for each record. if the user wants to delete/update exactly the records they want they just toggle the checkboxes they want and press the delete or update button.
any advice for implementing something like this?
thanks in advance,
woodchuck
What's about associatedRadio?
Henner
hihi,
well, associated radio is only for one record at a time. it is too slow and cumbersome for the user. i know multiple record updating can be achieved with autoUpdate="true". but for deleting multiple records, i would be better if the user can select all the checkboxes for each record they want to delete, then click the delete button.
having one delete button per record is imho not that professional both in terms of look/design and user experience.
any suggestions about this?
thanks in advance,
woodchuck
Not really. You could try to implement something by yourself. That would be great.
I use the one button per row solution...
Henner
ok let me try
woodchuck