Hi Jozef,

you mention that you have jsp content in xhtml files. There might be a problem with the context parameter javax.faces.DEFAULT_SUFFIX and/or your servlet mapping. Can you supply these infos (from your web.xml)?

Have you tried renaming your file from *.xhtml to *.jsp?

regards
Michael


Am 17.02.2010 12:33, schrieb Jozef Dropco:
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