i'm rather desperate to get an answer to this question.
i'm going on memory since the web app i'm working on is at work and not home.
i have a bean named 'SITE' which has a property 'siteDesc'
which returns a string.
i have the following select options logic:
<html:select name="SITE" property="siteDesc">
<htmlptions name="SITE" property="siteDesc"/>
</html:select>
this gives me the drop down list i desire, but i don't know how to make the list 'select' a particular value when expressed to the jsp.
can someone please help me out?!
i'm going on memory since the web app i'm working on is at work and not home.
i have a bean named 'SITE' which has a property 'siteDesc'
which returns a string.
i have the following select options logic:
<html:select name="SITE" property="siteDesc">
<htmlptions name="SITE" property="siteDesc"/>
</html:select>
this gives me the drop down list i desire, but i don't know how to make the list 'select' a particular value when expressed to the jsp.
can someone please help me out?!