I have two actionforms two action classes and two
jsps .Clicking on a link in a jsp should take me to
next jsp .Here I must pass some parameter to next
jsp.
In the first jsp I display some data from a collection
containing objects
which I generate from database in action class and
set this collection to action form corresponding
to first jsp.
when user clicks on a link in first jsp I pass a
parameter to next jsp the action class of the
next jsp takes this parameter has to fetch object
corresponding to parameter from the collection
mentioned above.
I want to know whether there is a possible way to pass
the collection to
action form of next jsp rather than saving this
collection in request attribute or a session.
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]