HI,
I have a list box control with multiselect values in a jsp which is inside a custom container.
When i select multiple values in list box and navigate between pages (Next & Prev Buttons) and come back to the same page
i lost the selected list box values .
The state is maintained for other controls (dropdown,checkbox., etc ...) but not for list box
Is this the default behaviour of list box or is there any way we can make the selected list box values remain on the pagfe available throught out the navigation.