yitzle wrote:
Hi all.
I'm a Struts Newbie here, so I apologize for the stupid question ;)

I'm working on making a fairly large Struts project.
Most data will be passed from one page/JSP to the next.
The login info has to be available on the server at every action.
How do I make a session bean or whatever that's seperate from the
other info that the action passes and is accessable for all the
actions?

You can store them in the session.

PS Also, how do I have one action() forward to another? Do I just set
the result to be second.action?

This is one way, called action chaining.
Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to