Re: A Filter Action !

2006-11-18 Thread Wendy Smoak
On 11/18/06, Youssef A. Mohammed <[EMAIL PROTECTED]> wrote: Thank you but it seems that this method in never called in struts 1.3 that I am using. The default request processor class is ComposableRequestProcessor which happened to override the process method and it never calls processPreprocce

RE: A Filter Action !

2006-11-18 Thread Youssef A. Mohammed
PROTECTED] Sent: Friday, November 17, 2006 8:58 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: A Filter Action ! Hi youssef, You can override RequestProcessor instead. The required steps are 1) in struts-config.xml 2) Create a Class wich extends

Re: A Filter Action !

2006-11-16 Thread Venkata Phani Kumar
hope this will help you - Original Message - From: Youssef A. Mohammed To: 'Struts Users Mailing List' Sent: Thursday, November 16, 2006 10:53 PM Subject: A Filter Action ! Folks; I want to set of action classes that should operate only when user

RE: A Filter Action !

2006-11-16 Thread Youssef A. Mohammed
vember 16, 2006 9:34 PM > To: Struts Users Mailing List > Cc: 'Struts Users Mailing List' > Subject: RE: A Filter Action ! > > If your using S2, interceptors would be the way to go. I assume your > using S1 though... > > If your using 1.3.x, you can create a Com

RE: A Filter Action !

2006-11-16 Thread Frank W. Zammetti
gt;> SecurityFilter >> SecurityFilter >>... >> >> >> SecurityFilter >> *.do >> >> >> SecurityFilter >> *.jsp >> >> >> >> >>

RE: A Filter Action !

2006-11-16 Thread Youssef A. Mohammed
Sent: Thursday, November 16, 2006 8:46 PM > To: Struts Users Mailing List > Subject: RE: A Filter Action ! > > Create a class that implements the Filter Interface and check in the > doFilter method on the attribute , is it exist [user logged-in before] > just call the doFilter(…) of the Fi

RE: A Filter Action !

2006-11-16 Thread Mahmoud Saeed\(RSW\)
[mailto:[EMAIL PROTECTED] Sent: 16 نوفمبر, 2006 07:24 م To: 'Struts Users Mailing List' Subject: A Filter Action ! Folks; I want to set of action classes that should operate only when user object in the session. How can I add some filter action to forward to some pa

A Filter Action !

2006-11-16 Thread Youssef A. Mohammed
Folks; I want to set of action classes that should operate only when user object in the session. How can I add some filter action to forward to some page (action forward) and bypass the main action classes. Regards, Youssef A. Mohammed Ali Senior System Analyst