![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: how to pass value from javascript to java in jsp
From: Lasse Reichstein Nielsen <lrn@hotpop.com>
Date: Thu Jun 23 2005 - 19:36:56 CEST
"john woo" <john_woo@canada.com> writes:
> in JSP, it's easy to pass value from java-variable to
Notice what happens here: The java is evaluated and inserted
> I'm wondering how is the other way around? I tried
The server doesn't care whether you write that or this:
argleebargle <%java-class.A=%> glop glyf
It's still just malformed Java and random text to it.
The javascript is run on the client, i.e., in the browser. At that
/L
-- Lasse Reichstein Nielsen - lrn@hotpop.com DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html> 'Faith without judgement merely degrades the spirit divine.'Received on Tue Oct 18 02:47:57 2005 |