Re: FAQ (Passing Variables Between Actions); But, Stuck and Need Help

2003-11-07 Thread Adam Hardy
On 11/06/2003 09:02 PM Caroline Jen wrote: I think I am going for the first method that you suggested - create a user bean and store it in a session object at login. My concern is that I use container managed authentication at login. After the container does its job, is there any way other than

FAQ (Passing Variables Between Actions); But, Stuck and Need Help

2003-11-06 Thread Caroline Jen
Passing variables from one action to another is a frequently asked question. The answer is to use either hidden fields or a session object. The story starts with searching the database. My application offers options to search the database by author, title of the article, article ID, or .

Re: FAQ (Passing Variables Between Actions); But, Stuck and Need Help

2003-11-06 Thread Adam Hardy
On 11/06/2003 08:26 AM Caroline Jen wrote: Passing variables from one action to another is a frequently asked question. The answer is to use either hidden fields or a session object. [snip...] Now, the application has another user case - editors. An editor only retrieve and view all articles

Re: FAQ (Passing Variables Between Actions); But, Stuck and Need Help

2003-11-06 Thread Caroline Jen
Thank you for the very useful and constructive feedbacks. I think I am going for the first method that you suggested - create a user bean and store it in a session object at login. My concern is that I use container managed authentication at login. After the container does its job, is there