I have following problem that I am not able to solve, I think I made somewhere mistake.
Code:
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; version="2.0" xmlns:tr="...trinidad..."> <jsp:directive.page contentType="text/html;charset=utf-8"></jsp:directive.page>

This I have in xhtml file. Problem is when I deploy it on server and try it everything seems allright, but when I open source code I see this:
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; version="2.0">

<jsp:directive.page contentType="text/html;charset=utf-8"></jsp:directive.page>

What Am I doing wrong please help

Reply via email to