Hi,
I'm new to struts and have this question:

I have a jsp that talks to a form bean. After successful validation, this
formbean is
passed to action.perform(). Now I am creating a bean (corresponding to a db
row) in 
the action class using the data from the formbean. Now, where do I store
this bean
and how do I access it from the action class later? I guess only one
instance of
the action is created for all the sessions. So, I cannot store the bean as
an
instance variable of the action class.

Thnx,
GB

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

Reply via email to