hi,
   I am developing a project on struts. I have a drop down like :-

<html:select property='<%= "genreIds[0]" %>' styleClass="inputbox">
               <html:options collection="genres" property="value"
labelProperty="label"/>          
</html:select>

Now I need a value of this dropdown to be automatically selected based on a
value which is coming  from previous page. The problem is I am not able to
do this because I am new to Struts.

Please help me out.
Thanks in advance.



-- 
View this message in context: 
http://www.nabble.com/html%3Aselect-problem-tp21183393p21183393.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to