Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Marino A. Jonsson
TilesPlugIn" when the > >> correct className is org.apache.struts.tiles.SecureTilesPlugin. > >> > >> There is some inconsistancy in the docs found at > >> http://struts.ditlinger.com/ that specify the wrong class name to use. > >> The good people that au

Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Adam Hardy
and will probably update the docs. Easy fix if I had of received a ClassNotFoundException, strange that no error resulted. All the best, Greg -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE

Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Adam Hardy
ginal Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marino A. Jonsson Sent: Tuesday, January 20, 2004 6:57 AM To: [EMAIL PROTECTED] Subject: Re: Struts 1.1, Tiles and sslext11 Moreover, the StrutsTilesPlugin overloads the initRequestProcessorClass(ModuleConfig config) of

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
he best, Greg > -Original Message- > From: Greg Hess [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 9:57 AM > To: 'Struts Users Mailing List' > Subject: RE: Struts 1.1, Tiles and sslext11 > > Marino, > > Hmm, I didn't know what all those

RE: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Greg Hess
s [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 9:57 AM > To: 'Struts Users Mailing List' > Subject: RE: Struts 1.1, Tiles and sslext11 > > Marino, > > Hmm, I didn’t know what all those plugin's were for thanks for the > explanation but I configure the

RE: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Greg Hess
PROTECTED] On Behalf Of Marino A. Jonsson > Sent: Tuesday, January 20, 2004 6:57 AM > To: [EMAIL PROTECTED] > Subject: Re: Struts 1.1, Tiles and sslext11 > > Moreover, the StrutsTilesPlugin overloads the > initRequestProcessorClass(ModuleConfig config) of the TilesPlugin a

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
Moreover, the StrutsTilesPlugin overloads the initRequestProcessorClass(ModuleConfig config) of the TilesPlugin and sets the processorClass attribute of the controller to SecureTilesRequestProcessor ... so there's no need to specify the controller explicitly. cheers, Marinó "Marino A. Jonsson" <[

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
That makes sense ... SecureTilesPlugin actually extends TilesPlugin so you're trying to initialize the same plugin twice ;) cheers, Marinó "Greg Hess" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Adam Hardy
Hi Greg, I'm using the same setup as you, except I use the straight org.apache.struts.action.SecurePlugIn and it works. Haven't seen that exception before. Adam On 01/19/2004 09:06 PM Greg Hess wrote: Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using Til

Struts 1.1, Tiles and sslext11

2004-01-19 Thread Greg Hess
Hi All,   I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using Tiles.   I get the following error when accessing any action:   javax.servlet.UnavailableException    at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1169)