Re: Saving context in web application with exception-driven authentication

2005-05-18 Thread Yaroslav Novytskyy
Hi! Thank you. I think that would be the solution. And I think I will also need to save "ActionForward to jsp page in state (1)" in session scope before I make an API call, which can throw an Exception, that will forward me to login page. And in the end of the login process I will look up this

Re: Saving context in web application with exception-driven authentication

2005-05-17 Thread Michael Jouravlev
Just define the form with "session" scope, it will retain values for you. The catch: now you need to clean these values in reset() method when they are not needed. So, you need to distinguish when they are needed (refresh) and when not (you show that page for the first time. > I need something lik

Re: Saving context in web application with exception-driven authentication

2005-05-17 Thread Yaroslav Novytskyy
ess vestal's lot! The world forgetting, by the world forgot. Eternal sunshine of the spotless mind! Each pray'r accepted, and each wish resign'd - Original Message - From: "Yaroslav Novytskyy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sen

Re: Saving context in web application with exception-driven authentication

2005-05-16 Thread Nandan
f the spotless mind! Each pray'r accepted, and each wish resign'd - Original Message - From: "Yaroslav Novytskyy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, May 16, 2005 1:08 PM Subject: Re: Saving context in web application with exc

Re: Saving context in web application with exception-driven authentication

2005-05-16 Thread Yaroslav Novytskyy
Hi! Sorry for being insistent, but does anyone have any thoughts about this question? Yaroslav Novytskyy I'm looking for a suitable solution for the following problem which concerns authentication. In my application the logon process is triggered by an exception which is thrown by the call of

Saving context in web application with exception-driven authentication

2005-05-11 Thread Yaroslav Novytskyy
Hi! I'm looking for a suitable solution for the following problem which concerns authentication. In my application the logon process is triggered by an exception which is thrown by the call of an API function. The important moment is that my web application cannot know whether the user has the