RE: RequestProcessor Issue

2009-01-10 Thread ECLIPSE + CVS
ml's ActionServlet entry. But you have to specify RequestProcessor > class. > > Regards, > > Rajil > > -Original Message- > From: ECLIPSE + CVS [mailto:anishpis...@gmail.com] > Sent: Saturday, January 10, 2009 3:09 PM > To: user@struts.apache.org > Subjec

RE: RequestProcessor Issue

2009-01-10 Thread Rajil
onServlet entry. But you have to specify RequestProcessor class. Regards, Rajil -Original Message- From: ECLIPSE + CVS [mailto:anishpis...@gmail.com] Sent: Saturday, January 10, 2009 3:09 PM To: user@struts.apache.org Subject: RE: RequestProcessor Issue Hi Rajil , First of all thanks

RE: RequestProcessor Issue

2009-01-10 Thread ECLIPSE + CVS
Hi Rajil , First of all thanks a lot for your response... But one more thing i need to get clarify from you..Where shold i specify this newly created class(newly created ActionServlet) in our project . Some where in Struts-config.xml ? Thanks in Advance. Crazy worker. rajil wrote:

RE: RequestProcessor Issue

2009-01-10 Thread Rajil
Hi Crazy; I had same requirement in one of my project. And as I am using struts1.0 I have extended ActionServlet class to validate all requests. I have extended following method of ActionServlet.. protected ActionForward processActionPerform(Action arg0, ActionMapping arg1, ActionForm arg2, Ht