Re: Request PRocessor

2003-10-21 Thread Philip Mark Donaghy
Abhijeet, I have created Request PreProcessors. You create a class that extends RequestProcessor and overrides the method processPreprocess. You do whatever you want in that method (logging, security, and session validation is useful) and it will be executed before every action is executed. It mus

RE: Request PRocessor

2003-10-21 Thread Chen, Gin
That's a pretty broad question. Almost like saying "How does Struts work?" Have you looked through the User Guide online already? Have you perused the source yet? If you have done both and you have a specific question then please let us know. -Tim -Original Message- From: Abhijeet Mahalkar

RE: Request Processor to intercept URL that call a JSP as well as actions

2003-01-08 Thread Steve Vanspall
ailing List <[EMAIL PROTECTED]> > Subject: RE: Request Processor to intercept URL that call a JSP as well > as actions > > Actually thinking about it, > > My main problem is if, > > for some reason, someone tries to enter a request into the location bar, > that

RE: Request Processor to intercept URL that call a JSP as well asactions

2003-01-07 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Steve Vanspall wrote: > Date: Wed, 8 Jan 2003 17:37:05 +1100 > From: Steve Vanspall <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Request Proc

RE: Request Processor to intercept URL that call a JSP as well asactions

2003-01-07 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Steve Vanspall wrote: > Date: Wed, 8 Jan 2003 17:33:40 +1100 > From: Steve Vanspall <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Request Proc

RE: Request Processor to intercept URL that call a JSP as well as actions

2003-01-07 Thread Steve Vanspall
. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 8 January 2003 5:30 PM To: Struts Users Mailing List Subject: Re: Request Processor to intercept URL that call a JSP as well as actions On Wed, 8 Jan 2003, Steve Vanspall wrote: > Date: Wed, 8 Jan 2003 17:08:04 +1100 > From: Steve Vanspall &

RE: Request Processor to intercept URL that call a JSP as well as actions

2003-01-07 Thread Steve Vanspall
Subject: Re: Request Processor to intercept URL that call a JSP as well as actions On Wed, 8 Jan 2003, Steve Vanspall wrote: > Date: Wed, 8 Jan 2003 17:08:04 +1100 > From: Steve Vanspall <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To:

Re: Request Processor to intercept URL that call a JSP as well asactions

2003-01-07 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Steve Vanspall wrote: > Date: Wed, 8 Jan 2003 17:08:04 +1100 > From: Steve Vanspall <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts User Mailing List <[EMAIL PROTECTED]> > Subject: Request Processor to intercept URL that call a JSP