The tiles documentation states: "You don't need to specify a TilesRequestProcessor, this is automatically done by the plug-in. If, however, you want to specify your own RequestProcessor, this later should extends the TilesRequestProcessor. The plug-in checks check this constraint."
So I didn't think I needed to add the controller as you say. However I tried it anyway and I still get the exception. If I remove the <plug-in> but keep the <controller> it works, however I want to use the <plug-in> to define tiles definitions. > -----Original Message----- > From: Bhamani, Nizar A TL56E [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 3:01 PM > To: 'Struts Users Mailing List' > Subject: RE: Move to TilesRequestProcessor results in forwarding > exception. > > > You need to also do the following in your struts-config : > > <controller > processorClass="org.apache.struts.tiles.TilesRequestProcessor" > debug="0" > bufferSize="4096" > contentType="text/html" > locale="false" > maxFileSize="250M" > multipartClass="org.apache.struts.upload.CommonsMultipartRequestHandler" > nocache="false" > inputForward="false" /> > > Nizar Bhamani > > -----Original Message----- > From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 2:53 PM > To: Struts User > Subject: Move to TilesRequestProcessor results in forwarding exception. > > 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]> > ____________________________________________________________ > CONFIDENTIALITY > This e-mail and any attachments are confidential and also may be > privileged. > If you are not the named recipient, or have otherwise received this > communication in error, please delete it from your inbox, notify > the sender > immediately, and do not disclose its contents to any other person, > use them for any purpose, or store or copy them in any medium. > Thank you for your cooperation. > ____________________________________________________________ > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

