Lukasz Lenart wrote:
We are using Struts 1.2.9 and writing the JSP page as below:

<html:form action="/sampleAction.do">
     <html:text property="name"/>
     <html:text property="empID"/>
     <html:text property="empAddress.city"/>
     <html:text property="empAddress.state"/>
</html:form>

As I remember, Struts 1 don't support such evaluation, you can use

For the record, Struts 1 definitely supports dot-notation access to sub-fields. That's not the problem here.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to