Re: struts and filters

2003-11-05 Thread Adam Hardy
On 11/04/2003 10:37 PM jeff wrote: will struts work with filters ? i am using filters now, and want to start using struts. Jeff, that's a bit like asking will servlets work with filters? or will JSPs work with filters? or even will MVC work with filters? Struts is compatible with filters

RE: struts and filters

2003-11-05 Thread Andrew Hill
: Wednesday, 5 November 2003 16:42 To: Struts Users Mailing List Subject: Re: struts and filters On 11/04/2003 10:37 PM jeff wrote: will struts work with filters ? i am using filters now, and want to start using struts. Jeff, that's a bit like asking will servlets work with filters? or will JSPs work

Re: struts and filters

2003-11-05 Thread Adam Hardy
On 11/05/2003 09:43 AM Andrew Hill wrote: snip that's a bit like asking will servlets work with filters? or will JSPs work with filters? or even will MVC work with filters? /snip The answer to which is NO if running under a Servlet API 2.2 container... ;-) Well strike me down for misleading the

struts and filters

2003-11-04 Thread jeff
will struts work with filters ? i am using filters now, and want to start using struts. thanks, jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts and filters

2003-11-04 Thread atta-ur rehman
sure, it will! - Original Message - From: jeff [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1:37 PM Subject: struts and filters will struts work with filters ? i am using filters now, and want to start using struts. thanks

Re: struts and filters

2003-11-04 Thread Vic Cekvenich
jeff wrote: will struts work with filters ? Yes. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts and filters

2003-11-04 Thread David Graham
--- jeff [EMAIL PROTECTED] wrote: will struts work with filters ? i am using filters now, and want to start using struts. The two topics are not really related. You can use one without the other or together. David thanks, jeff

using struts with filters

2003-09-16 Thread as as
Hi, I am trying to use filters for login authentication using Jakarta struts framework with Tomcat. Has anyone done this earlier...any helpful tutorial/pointers/website... Thanks, Samy - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design

Re: using struts with filters

2003-09-16 Thread David Erickson
: as as [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 11:59 AM Subject: using struts with filters Hi, I am trying to use filters for login authentication using Jakarta struts framework with Tomcat. Has anyone done this earlier...any helpful tutorial/pointers/website

Re: using struts with filters

2003-09-16 Thread Sean Radford
to see if he has permission to that action or whatever resource it may be. -David - Original Message - From: as as [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 11:59 AM Subject: using struts with filters Hi, I am trying to use filters for login

RE: Using Struts with filters

2002-02-18 Thread Daniel Steinberg
, February 13, 2002 4:25 PM To: '[EMAIL PROTECTED]' Subject: Using Struts with filters I would like to put my authorization logic in a servlet filter. If authorization fails, I would like to display an error page by forwarding to a JSP. I would like to look up this JSP name just as I would while

Using Struts with filters

2002-02-13 Thread Daniel Steinberg
I would like to put my authorization logic in a servlet filter. If authorization fails, I would like to display an error page by forwarding to a JSP. I would like to look up this JSP name just as I would while performing a Struts action. Unfortunately, the forward mappings (ActionForwards)

Re: Using Struts with filters

2002-02-13 Thread @Basebeans.com
Subject: Re: Using Struts with filters From: Vic Cekvenich [EMAIL PROTECTED] === Follow J2EE JAS Container based security is an alternative. Daniel Steinberg wrote: I would like to put my authorization logic in a servlet filter. If authorization fails, I would like to display an error page