|
Hi, I have a data Table with checkboxes for each row. These
checkboxes can be selected and various actions can be performed on the selected
rows. The actions are picked up from a dropdown. So a user comes selects some
rows and picks up an action from the dropdown and the form is submitted. The issue I have is I want to perform some backend actions
on this event (dropdown selection). I am unable to do it in the value Change
event as I think it is fired before the update model phase. I want to refer to my
model (a list in my backing bean) for the rows which user have selected. Can anybody suggest a good approach for this? Shall I try to some how simulate an action event instead of
value change event or is there a way to have value Change event invoked after
update model phase? Thanks in advance Amit IMPORTANT:
The information contained in this e-mail message is confidential and is
intended only for the named addressee(s). This message may be protected by the
attorney/client privilege. If the reader of this e-mail message is not the
intended recipient (or the individual responsible for the delivery of this
e-mail message to the intended recipient), please be advised that any re-use,
dissemination, distribution or copying of this e-mail message is prohibited. If
you have received this e-mail message in error, please reply to the sender that
you have received this e-mail message in error and then delete it. Thank you. |

