Re: request to struts action not being routed to J2EE container security

2002-11-26 Thread Michael Lee
ct: Re: request to struts action not being routed to J2EE container security > What he said :-) You are most welcome, sir ;-) > > David Graham wrote: > > > Instead of using the sendRedirect method you should just define the > > forward element in struts-config with redi

Re: request to struts action not being routed to J2EE container security

2002-11-26 Thread David Graham
From: "Michael Lee" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: request to struts action not being routed to J2EE container security Date: Tue, 26 No

Re: request to struts action not being routed to J2EE container security

2002-11-26 Thread Michael Lee
/b.do"); } Thank you very much Eddie Bush! Mike - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 6:49 PM Subject: Re: request to struts action n

request to struts action not being routed to J2EE container security

2002-11-26 Thread Michael Lee
I have an action that, upon successful completion, calls another struts action. IE: /a.do success mapping to /consumer/b.do In the web.xml I lock the /consumer/ directory off to authorised users using J2EE form based container security (Weblogic RDBMS). Problem is a.do is calling b.do and no red