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 property="last"/></td>
teh error message i am getting is
[ServletException in:/tiles/body_editUser.jsp] /tiles/body_editUser.jsp(34,115) equal symbol expected'
plz help!!!
thanks,
Murtaza
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 property="last"/></td>
teh error message i am getting is
[ServletException in:/tiles/body_editUser.jsp] /tiles/body_editUser.jsp(34,115) equal symbol expected'
plz help!!!
thanks,
Murtaza