To use Tiles, you need to have both 1) plug-in entry and 2) Controller entry
in your 'struts-config.xml' as has been mentioned in the available
documentation.


Nizar Bhamani

-----Original Message-----
From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, December 12, 2002 3:07 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Move to TilesRequestProcessor results in forwarding exception.

Interesting.  With the <plug-in> tag removed I added the following:
<controller processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>

Now it works!  So what was wrong with the <plug-in> usage?  Was I supposed
to add some required <set-property> tags?

> -----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]>
>
>
>


--
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]>

Reply via email to