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?