In the JSP tag I can't access the JavaScript function's parameter.

Here is the code:

function getDetailWindow(vParameter) {
<%
 jspMainservlet.buildDetailedNews(request, %>vParameter<%);%>
}

And the error message:
Unable to compile class for
JSPD:\tomcat\work\localhost_8080%2FNews\_0002fmails_0002ejspmails_jsp_0.java
:89: ')' expected.
                out.write("vParameter");

Anybody can help me ??
Thanks.

Reply via email to