RE: Extending RequestProcessor with Tiles

2003-07-15 Thread Jarnot Voytek Contr AU HQ/SC
extend org.apache.struts.tiles.TilesRequestProcessor

--
Voytek Jarnot
Quidquid latine dictum sit, altum viditur.


> -Original Message-
> From: Pat Quinn [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 15, 2003 12:08 PM
> To: [EMAIL PROTECTED]
> Subject: Extending RequestProcessor with Tiles
> 
> 
> I have extended the org.apache.struts.action.RequestProcessor (i.e. 
> processPreprocess() method) then i continued to implement tiles i.e. 
> defining the plugin in my struts-config.xml.
> 
> 
> Now on startup i get the following error:
> 
> TilesPlugin : Specified RequestProcessor not compatible with 
> TilesRequestProcessor; - nested throwable: 
> (javax.servlet.ServletException: 
> TilesPlugin : Specified RequestProcessor not compatible with 
> TilesRequestProcessor)
>   at org.jboss.jetty.Jetty.deploy(Jetty.java:436)
>   at 
> org.jboss.jetty.JettyService.performDeploy(JettyService.java:243)
> 
> 
> I've also upgraded to struts 1.1 and still get the same error
> 
> 
> any ideas???
> 
> _
> MSN 8 with e-mail virus protection service: 2 months FREE* 
> http://join.msn.com/?page=features/virus
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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



Extending RequestProcessor with Tiles

2003-07-15 Thread Pat Quinn
I have extended the org.apache.struts.action.RequestProcessor (i.e. 
processPreprocess() method) then i continued to implement tiles i.e. 
defining the plugin in my struts-config.xml.

Now on startup i get the following error:

TilesPlugin : Specified RequestProcessor not compatible with 
TilesRequestProcessor; - nested throwable: (javax.servlet.ServletException: 
TilesPlugin : Specified RequestProcessor not compatible with 
TilesRequestProcessor)
	at org.jboss.jetty.Jetty.deploy(Jetty.java:436)
	at org.jboss.jetty.JettyService.performDeploy(JettyService.java:243)

I've also upgraded to struts 1.1 and still get the same error

any ideas???

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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