Posted By:
David_Anthony
Posted On:
Wednesday, July 9, 2003 08:05 PM
Hello,
I'm using HTML:LINK from a page to invoke an Action class that populates several (non-form) beans. Before return/forward, I request.setAttribute each of these populated beans.
Question: In the forwarded jsp page, I'd like to Logic:Iterate/Bean:Write from them. What is the "correct
struts" approach to associate these beans to the forwared jsp? -- or do I simply use
Thanks