hi,

I need to do paging of dropdown with multiple values in pagewise
manner.i am able to do the pagewise data (in each page i need to display
20 records only,ie page 2 starts with 21 to 40 etc).I have done this
paging .no problem.but the issue is ,in page1 i have selected 2 values
and page2 i have selected 1 value.when i am coming back to page1 i need
to show the selected values (like in html <option value="2" selected>
etc).how to incorporate this feature with struts.

My drop down code looks like

<html:select property="globalUsers" size="9" multiple="true">

<html:options name="abc" labelName="abc"/>

</html:select>

Regards

-Srini

Reply via email to