> text box in html can be <input type="text".........>
> but can the same format be used if i use struct?
That will get you a text field, if you want it to be multi-line you need to use a <textarea> element.
What do you mean by "same format be used if I use struct"? What is struct?
hey guys..
u need something like this....
<tr>
<td width="30%" align="right"><b>Company Registration Number:</b></td>
<td width="70%" align="left"><html:text property="companyRegistrationNumber" size="40" maxlength="20" /></td>
</tr>
in struts one uses html tag lib directroies(tld), but u can always use plain old html...The struts html tld is converted to plain old html once the code is run on server..and why do we use it?cause it's easy to use very simple...