Adding Java code to JSP in NetBeans
843844Aug 31 2009 — edited Sep 3 2009Hello,
I am developing a web application and need to create a dynamic table.
For that purpose I read the best solution is adding Java code to the JSP file.
I tried enterring some Java code like this, <% "Java Code" %> but I am getting the following exception:
Exception Details: org.apache.jasper.JasperException
The content of elements must consist of well-formed character data or markup.
Any ideas?
Thanks