I am developing a web application that goes from one page to another
using two different Action classes. The initial page is connected to a
session scoped ActionForm. On the second page which is handled by
another Action (and its corresponding ActionForm that is request
scoped), I want to access the variables on the first session scoped
ActionForm. Is there a way to directly refer to the first ActionForm?
Right now, I save the first ActionForm as a session attribute so that I
can refer to it in the second Action. I hope that I am stating this clearly.
Thanks,
Jun
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]