1 Reply Latest reply on Dec 10, 2006 1:57 AM by richard_djs

    struts tag does not reinit in jboss. How to resolve?

    richard_djs

      I deploied a web module in jboss. The module is based on struts and works well in weblogic.
      I found that the value of struts tag propertie can not be reinited. It keeps the value of lasted set even I reopen my jsp page.
      Is there any configuation can solve this problem?

        • 1. Re: struts tag does not reinit in jboss. How to resolve?
          richard_djs

          I made some test, and found that the destroy() method of tag was not be called by the container every time when I open the jsp page.
          But the destroy() was called every time when I reopen the same page in my WEBLOGIC envirment.

          I think the jboss container should be config to fix the problem.
          please give me a suggestion?