Hi,
i have a form that i want to pre-populate from a bean.
the following works fine w. text boxes:
<html:text name="user" property="city"/>,
but i also need to prepopulate a drop down drop for State.
right now it always displays teh default which is alabama.
so how do i go around displaying...
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"...
Hi,
i am trying to populate a html textbox in a JSP page dynamically, from a bean,but i keep getting an error message below is the code and the error message:
<td align="left" class="formTable"><html:text property="last" value="<bean:write name="user" property="lastname"/>" /><html:errors...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.