From: Paul Barry [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 4:07 PM
To: Struts Users Mailing List
Subject: Re: Problem with Formbean validate method forwarding to input page
Make your input action an error page, which just has the error and no
sensitive data and make a success fo
Make your input action an error page, which just has the error and no
sensitive data and make a success forward that you only send the user to
if everything checks out.
Todd Bryant wrote:
I have need for every page in my web app to be secure. What I originally did
was extend the Action class to
If you are using struts, why go back to a .jsp page? You should be going
back to a .do page.
Since the .do is a struts action it will be able to get to your jsp page.
"Todd Bryant" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have need for every page in my web app to be secure
I have need for every page in my web app to be secure. What I originally did
was extend the Action class to make a secure action class. The
SecureAction's perform method validates that the user is logged in and if
not, sends them to the login page. All actions in my app extend
SecureAction. To prot
4 matches
Mail list logo