RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-15 Thread Jerome Jacobsen
: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 5:26 PM To: Struts Users Mailing List Subject: RE: Move to TilesRequestProcessor results in forwarding exception. With just the controller processorClass=org.apache.struts.tiles.TilesRequestProcessor/ I get the following

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-13 Thread Jerome Jacobsen
To: Struts Users Mailing List Subject: Re: Move to TilesRequestProcessor results in forwarding exception. Well, let start on good basis: to use Tiles, you should declare the tiles plugin and specify a tiles config file. You don't need to specify the TilesRequestProcessor yourself. The debug

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-13 Thread Jerome Jacobsen
Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 12:46 PM To: Struts Users Mailing List Subject: RE: Move to TilesRequestProcessor results in forwarding exception. Cedric, My webapp makes no use of Tiles yet. The first step in my refactoring was to add the tiles plug

Re: Move to TilesRequestProcessor results in forwarding exception.

2002-12-13 Thread Cedric Dumoulin
a dummy definition and see if that appeases tiles. Any thoughts on this? -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 12:46 PM To: Struts Users Mailing List Subject: RE: Move to TilesRequestProcessor results in forwarding exception

Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Jerome Jacobsen
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

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Bhamani, Nizar A TL56E
=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

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Jerome Jacobsen
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

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Jerome Jacobsen
:[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

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Bhamani, Nizar A TL56E
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

Re: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Cedric Dumoulin
? -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

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Jerome Jacobsen
what's up? -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 4:23 PM To: Struts Users Mailing List Subject: Re: Move to TilesRequestProcessor results in forwarding exception. Hi, Normally, you also specify the tiles-config

Re: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Cedric Dumoulin
? 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