1 Reply Latest reply on Sep 1, 2004 10:28 AM by dbyrne28

    Nested Tags don't seem to work

    shoumya

      I am working on an application which uses Struts 1.1.The application uses nested tags.
      <nested:nest property="myProperty.childProperty">
      ......
      .....
      <html:text property="finalProperty"size="16" maxlength="16">
      The myProperty is an object whose getter/setter is defined in the form bean and and it is set in Action class.
      The childProperty object is initialised with data from the database views with the help of BC4J wrappers in a session ejb. childProperty is a transfer object which corresponds directly to a view and it is set to the myProperty in the same session ejb.

      Now when i run the application and try to access the jsp page it gives jsp cmpilation error ....
      19:57:10,793 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
      javax.servlet.jsp.JspException: No getter method for property finalPropertyof bean MyForm
      In some pages it work 1st time i.e when i fetch data 1st time it works ...but fails at subsequent times.

      The same application work fine in weblogic and websphere. i am working to port it to Jboss.
      Can anyone please help...??
      My question is...
      Is there any known issues with struts in Jboss?

      Thanks in advance
      Shoumya