Re: request Processor in struts-2.

2005-02-09 Thread Bill Siggelkow
er that Action chaining was discouraged. Mohan -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 3:15 PM To: Struts Users Mailing List Subject: Re: request Processor in struts-2. In Struts 1.2 you can configure different RequestProcessors for di

RE: request Processor in struts-2.

2005-02-09 Thread Joe Germuska
I am just trying to understand this particular design decision. I remember that Action chaining was discouraged. Mohan -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 3:15 PM To: Struts Users Mailing List Subject: Re: request Processo

Re: request Processor in struts-2.

2005-02-09 Thread Joe Germuska
I am all for people downloading the nightly builds and acquainting themselves with the new designs in Struts (which is not Struts 2, by the way; it's Struts 1.3.0). But, I want to make sure that people understand -- this is code under rapid development; there are no API guarantees; and it may b

RE: request Processor in struts-2.

2005-02-09 Thread mohan.radhakrishnan
ecision. I remember that Action chaining was discouraged. Mohan -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 3:15 PM To: Struts Users Mailing List Subject: Re: request Processor in struts-2. In Struts 1.2 you can configure

Re: request Processor in struts-2.

2005-02-09 Thread Niall Pemberton
In Struts 1.2 you can configure different RequestProcessors for different modules, but you can' t have different RequestProcessors for the same module. Struts 1.3 (under development) is based on the Chain of Responsibilty (CoR) pattern (using Jakarta Commons Chain) - that introduces alot more flex

request Processor in struts-2.

2005-02-09 Thread Sandip Khetle
Message - > From: "Sandip Khetle" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, February 09, 2005 7:42 AM > Subject: request Processor in struts. > > > Hi > >Where do we make the entry for the request processor in > > strut

Re: request Processor in struts.

2005-02-09 Thread Niall Pemberton
equest Processor in struts. > Hi >Where do we make the entry for the request processor in > struts application?for example I have extended the RequestProcessor > class to create my > MyRequestProcessor ...How do I communicate this to the > application.Will i hav

request Processor in struts.

2005-02-08 Thread Sandip Khetle
Hi Where do we make the entry for the request processor in struts application?for example I have extended the RequestProcessor class to create my MyRequestProcessor ...How do I communicate this to the application.Will i have to make any entry in some config file...? Thanks in