File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes html:multibox woes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Struts
Reply Bookmark "html:multibox woes" Watch "html:multibox woes" New topic
Author

html:multibox woes

Dileep Vasthare
Greenhorn

Joined: Aug 24, 2004
Posts: 1
I have a set of multiboxes. Each of the multiboxes have a value which is got from a Value Object(VO). The multiboxes are populated through <logic:iterate>. When I select the multiboxes and click on an action button such as update, the action class associated with the form does some processing and then using findForward, the control is tranferred back to the same jsp. The problem is, when the jsp is reloaded, I need the selected multiboxes to remain checked. How do I go about doing this?
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50691

Moving to the Web App Frameworks forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: html:multibox woes
 
Threads others viewed
Checking dynamically created multiboxes by default
Question of multiboxes
problem in setting value of Field in action
Same html:multibox tag - different generated java
Multibox reset method ?
IntelliJ Java IDE