Hi all,
I've been looking for a way to make a bean I collected in a
jsp page (using logic:iterate) available in a linked page (the links a created in the logic:iterate tag). I've tried to use the bean tag "define", I've tried to use paramId, etc. from the "link" html tag but I can't collect the bean in the linked pages.
My jsp code looks like this:
Depending on which link was clicked I would like to make the corresponding user bean available in the next page. Is this possible? And how do I collect the user bean in the clicked page, if it is possible?
TIA,
Greg