I have a problem with <html:select> i am getting a value from the database
but it is not setting to my <select value>. Can any bady tellme what is the problem. My code is given below..
Expand|Select|Wrap|Line Numbers
- <html:select property="conttitle" styleClass="dropdown" value="${conttitle}">
- <html:option value="1">1 - Mr</html:option>
- <html:option value="2">2 - Ms</html:option>
- </html:select>
HAN.