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!

Recommended Answers

All 2 Replies

Hello?

Help please.

commented: We are not 24/7 hours service just for people like you... -2
<% System.out.println(request.getParameter("user")); %>

Excuse my French, but WTF you trying to do there?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.