Hi,
Thanks for taking the time to read my problem. I'm new to the
struts framework and have a problem. Here's the situation:
I have a dynamic set of checkboxes being displayed using the multibox tag. The first ten boxes are displayed on page one, the next ten on page two, etc.
The form is declared in a
JSP page which uses Tiles to display the page that shows the check boxes. Moving from page to page is done with a link that passes a parameter - the page index - to the action class which displays the desired set of checkboxes.
When the form is submitted, the boxes that were checked are saved into an array in the form-bean automatically by struts. The problem I am having is that if I check a box on page one, then move to page two, the fact that a box on page one was checked is lost and doesn't get put into the array. Only the check boxes on the current page gets saved into the array.
My problem is that I need all the checked checkboxes to be saved into the array. I am not sure if this is enough info but it's a start.
Thanks again for any advice, it's greatly appreciated.
G
[ September 20, 2006: Message edited by: Mickey O'Rourke ]