I just added the following to my *non-tiles* Struts 1.1b2 app configuration
file:

  <plug-in className="org.apache.struts.tiles.TilesPlugin"/>

As I understand it this should replace the RequestProcessor with the
TilesRequestProcessor.  Well something changed because now I get an
exception when my Action forwards to another Action via a global forward.

javax.servlet.jsp.JspException: Exception forwarding for name
displayErrorMaintSearch: javax.servlet.ServletException: Error in servlet
        int org.apache.struts.taglib.logic.ForwardTag.doEndTag()
                ForwardTag.java:180

If I remove the Tiles plug-in from struts-config it works again.  I want to
refactor to Tiles but step one has failed.


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

Reply via email to