msg2ajay
08-17-2007, 02:58 AM
hi all,
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 come is given below..
Code: ( text )
<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>
thx in Adv,
HAN.
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 come is given below..
Code: ( text )
<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>
thx in Adv,
HAN.