| Author |
assign return value of function from javascript to variable in jsp
|
prajyot jadhav
Greenhorn
Joined: Dec 26, 2011
Posts: 6
|
|
how to assign return value of function from javascript to variable in jsp..?
or directly to the java class variable in struts..?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
Cannot be done.
Please read this article to understand how JSP works and why that's simply impossible.
You'll need to submit the value as a request to the server.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: assign return value of function from javascript to variable in jsp
|
|
|