avaloncm
08-16-2004, 03:17 PM
Hopefully simple - In jsp, I have declared a variable "myVar".
I am creating a webpage by printing out the html, so how do I reference my variable in HTML by using out.print?
This doesn't work
out.print("Variable: (<%=myVar%>)");
Thanks in advance for the help!!
I am creating a webpage by printing out the html, so how do I reference my variable in HTML by using out.print?
This doesn't work
out.print("Variable: (<%=myVar%>)");
Thanks in advance for the help!!