Hi > 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 Nested Tags [1] , example are here [2] [1] http://struts.apache.org/1.2.9/userGuide/struts-nested.html [2] http://www.mail-archive.com/[EMAIL PROTECTED]/msg47798.html Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]