<TR>
<TH align=”right”>Remember Password:</TH>
<TD align=”left”><html:select property=”hintq”/>
<html:option value=”What is the name of your first school?”>What is the name of your first school? </html:option>
<html:option value=”What is your favourite pass-time?”>What is your favourite pass-time? </html:option>
<html:option value=”What is your mother’s maiden name?”>What is your mother’s maiden name? </html:option>
<html:option value=”What is your favourite food?”>What is your favourite food? </html:option>
<html:option value=”What is your exact time of birth?”>What is your exact time of birth? </html:option>
</TD>
</TR>
---------------------------------------
Hi Riyad,
Thanks for ur support,
the above code is a part of JSP enabled with struts, when i type in the code and when i attempt to view thru 'Preview' , it shows mee the remember password text on the left side and the combo box on the right,the problem is the combo box displayed is a small default box and it does not holds the value. but when i try to change this <html:select ..... </html:select> to <select name=...... /> i can preview the design with the box filled with values.
Validation during typing is not done.. here.
could you help me out.
Martin