RE: Custom Request Processor is failing at startup.

2004-04-24 Thread Josh Holtzman
, April 23, 2004 7:34 PM To: Struts Users Mailing List Subject: Re: Custom Request Processor is failing at startup. I believe that the will try to set a property in the ControllerConfig class. So you would need to extend ControllerConfig and put your "ignoreSessionCheckPath" propert

Re: Custom Request Processor is failing at startup.

2004-04-23 Thread Niall Pemberton
ltzman" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Saturday, April 24, 2004 2:44 AM Subject: Custom Request Processor is failing at startup. > I have created a custom RequestProcessor that extends the default > RequestProcesso

Custom Request Processor is failing at startup.

2004-04-23 Thread Josh Holtzman
I have created a custom RequestProcessor that extends the default RequestProcessor. I would like to initialize it with a parameter from config file. Using the element I've done the following in my config file: And within my Request Processor: private String ignoreSe