Hello,
I have a drop-down list that I would like for it to retain the selected value (but it's not working). The following is my code :
I wonder if someone could please point me to what I am doing wrong?
Thank you,
Akino
I have a drop-down list that I would like for it to retain the selected value (but it's not working). The following is my code :
Code:
<select name="trophyscope" size="2" onChange=" <%String item = (String renderRequest.getPortletSession().getAttribute("trophyscope"); %> <option selected="true" value="<%=item%>">"<%=item%>"</option> " >
Thank you,
Akino
Comment