RE: ActionServlet and RequestProcessor

2006-11-07 Thread Nitin M. Mandolkar
Hi C Did you find any thing about this? Nitin -Original Message- From: Nitin M. Mandolkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 10:26 AM To: Struts Users Mailing List Subject: Re: ActionServlet and RequestProcessor Hay Chris Good Logical reply. Is

RE: ActionServlet and RequestProcessor

2006-11-07 Thread Nitin M. Mandolkar
Is any body other knows about his. Nitin -Original Message- From: Nitin M. Mandolkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 10:26 AM To: Struts Users Mailing List Subject: Re: ActionServlet and RequestProcessor Hay Chris Good Logical reply. Is RequestProcessor

Re: ActionServlet and RequestProcessor

2006-11-01 Thread Nitin M. Mandolkar
Hay Chris Good Logical reply. Is RequestProcessor also help for mutiple modules under single web application. Say i have a Web Application, Online Shoppe. This web application is divded in to modules like 1. Billing Module 2. Order Placement Module 3. Order Processing Module 4. Admin Module If

Re: ActionServlet and RequestProcessor

2006-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nitin, Nitin M. Mandolkar wrote: > "The Actionservlet delegates the handling of a request to a > RequestProcessor object" Previously this is job is done by > ActionServlet itself. Now it is pass on to RequestProcessor. > > I am not getting how it is

RE: ActionServlet and RequestProcessor

2006-11-01 Thread Dave Newton
From: Nitin M. Mandolkar [mailto:[EMAIL PROTECTED] > "The Actionservlet delegates the handling of a request to a > RequestProcessor object" Previously this is job is done by > ActionServlet itself. Now it is pass on to RequestProcessor. > > I am not getting how it is going to help for web applica

ActionServlet and RequestProcessor

2006-11-01 Thread Nitin M. Mandolkar
"The Actionservlet delegates the handling of a request to a RequestProcessor object" Previously this is job is done by ActionServlet itself. Now it is pass on to RequestProcessor. I am not getting how it is going to help for web application development. Can any one put some light on this one.