What do you mean - the user must select one? If so, with which HTML control? I did this with radio buttons that held a boolean indexed property that was in the bean along with all the other fields. When the user clicked one row's radio and did a submit (normally to select that row as the parent for the content of the next page) then the bean's radio property got set to true, which I could see in the Action.

HTH
Adam

Bjørn T Johansen wrote:
I display x rows from a table using nested:iterate and I need to select
one row from these rows (and know which was selected in my Action), how
can I do this?


Regards,


BTJ



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to