Hey guys,
have another question..
i want to disablle a text box i.e grey it out after it has been populated with soem data..
here is my code for a regular editable text box with prepopulted data:
<tr>
<th align="right">Username:</th>
<td align="left" class="formTable"><html:text name="user" property="username"/><html:errors property="user"/></td>
</tr>
have another question..
i want to disablle a text box i.e grey it out after it has been populated with soem data..
here is my code for a regular editable text box with prepopulted data:
<tr>
<th align="right">Username:</th>
<td align="left" class="formTable"><html:text name="user" property="username"/><html:errors property="user"/></td>
</tr>