-
Is this possible to call a java script variable in jsp standard tags..? ---jagan
-
Ah! what a short and sweet question! well remember what Einstine said "Everything should be made as simple as possible, but not simpler"
Ok, so if I understand your question correctly, what you want todo is to use value of a javascript variable in jsp code - straight answer is NO
Reason: javascript is exected by client(browser etc) and JSP is translated,compiled and run etc at the server.
One workaround will be to pass javascript variable as a URL query string parameter to next page.
HTH
-
No
Is this possible to call a java script variable in jsp standard tags..? ---jagan