| Author |
HTML:CHECKBOX
|
Keith Lockey
Ranch Hand
Joined: Oct 05, 2001
Posts: 48
|
|
I have a bean of beans and I am trying to display them with the values of the transaction beans adjacent to a checkbox. If I check the check box next to one of the transaction beans, then the data stored in it will be passed to another jsp page. How do I reference the transaction bean values? with an index? Keith
|
Thanks,<br />Keith
|
 |
Keith Lockey
Ranch Hand
Joined: Oct 05, 2001
Posts: 48
|
|
<html:checkbox name="workboxbeans" property="transactionBeans[<%=i%>].selectionOption"/> the i will not get resolved
|
 |
 |
|
|
subject: HTML:CHECKBOX
|
|
|