I think we're getting confused on what i mean by 'access'.  When I mean
'access' I'm talking about directly getting a pointer to the object's
address in memory, not about evaluating a expression and assigning that
value to some other variable or expression.

Hans' article talks about passing a variable's VALUE from jsp code to
javascript code, BUT not the object(i.e., variable) itself.  Do not get
confused between a value returned by a method in a Java object with the Java
object itself - they're not the same thing.

-----Original Message-----
From: Yan Zhu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 8:46 AM
To: [EMAIL PROTECTED]
Subject: Re: jsp object(Param) and javascript


Hung Yee wrote:

> Javascript code on the client cannot access Java objects that were created
> in the JSP page on the server!
>

    but I did. In fact, I have a ejb created on a totally different server,
and I
got
the remote interface, persisted that in http session, and called it from
javascript, and
got the right value!

>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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