use request.setAttribute([some name],[the bean])
then forward the request
the next servlet or jsp can use request.getAttribute([some name]) to
retrieve it

-----Original Message-----
From: Matthew L. Wright [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 2:02 PM
To: JRun-Talk
Subject: Re: Passing beans between JSPs..??


Can you give more details as to exactly what you have in mind?

Matt

Matthew L. Wright
Java Internet Programmer
Jupiter One
Web World Studios West Coast
www.jupiterone.com
(818) 763-2927
----- Original Message -----
From: "Ricardo Forde" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 10:33 AM
Subject: Passing beans between JSPs..??


> Hi. Can I pass beans, set by a servlet to a JSP (eg MyJsp1) which then
> passes it to say My Jsp2? I guess that kinda like chaining...
>
> Thanks
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to