I have a collections to be populated in a JSP combo box. Now suppose there is a different page for each user which displays user specific values in a combo box in that page.
The combobox should display the value from the collection specific to the user. But my combo box just shows the first value which is <html:option> value.
Anyone knows how to do that? I mean pre selecting (a selected value of combo box) a user specific value in combo box.
to make it more simpler, lets say there is a combo box called "Manager" in the user page and it should display different Manager for different users. And this combo box is having a collection of managers.