I have a problem I hope someone can help me with in JSP.
Whenever I write code in the JSP page, netbeans underlines it as illegal saying "The content of elements must contain well formed character data"
E.g
<% System.out.println(request.getParameter("user")); %>
Why is this wrong? I haven't been able to write any code because of this!