The following forum message was posted by ninjasparda at 
http://sourceforge.net/projects/displaytag/forums/forum/249317/topic/3808672:

 am working on an application that uses Display Tag to render tables. In some 
of the tables, I am using the Struts tag \"multibox\" to render a list of 
options. I am having a problem with the checkboxs not holding the values after 
clicking the next page on the table.

Let me explain. Form example, if there are 100 records and the <pagesize> 
attribute -in the display tag decleration- set to \"10\", then there are 10 
records shown at a time. When the user click on the little arrow on the top of 
the table, the table check out the next ten records.

Now, if I have a column of check boxes, when a user check some boxes and then 
click next arrow - to choose from the next values- the previous selection 
disappears.

How can I save the user selections?
Her are a snipet of the code from the JSP page

<display:table name=\"metadataList\" export=\"true\" id=\"row\" 
requestURI=\"/publish.do?action=preExportSelect\" pagesize=\"10\" 
class=\"display_tag\">

<bean efine name=\"row\" property=\"metadataId\" id=\"metadataId\"/>
<display:column sortable=\"false\" title=\"Select\" media=\"html\">
<html:multibox name=\"PublishingForm\" property=\"selectedMetadataIds\" 
value=\"<%= String.valueOf(metadataId) %>\" />
</display:column>
</display:table> 

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to