Lalit Balchandani wrote:
>
> Hi,
>
> I have to pass java objects from one Jsp to another. I am not sure how does it
> work. Can i have something like global variable??

Read the JSP 1.1 specification, at
<http://java.sun.com/products/jsp/download.html>.
You need to place the objects in one of the JSP scopes that spans pages:
request,
session or application.

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to