aspose file tools
The moose likes Struts and the fly likes HTML:CHECKBOX Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "HTML:CHECKBOX " Watch "HTML:CHECKBOX " New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HTML:CHECKBOX
 
Similar Threads
EJB Application dev process
using servlet to set bean property and display it in JSP
Trying to invoke method using reflection
Displaying Data Without DataTable
Java Servlet can't recognise the package for Java beans