12 lines
409 B
Plaintext
12 lines
409 B
Plaintext
<jsp:root version="2.0"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:jsp="http://java.sun.com/JSP/Page"
|
|
xmlns:f="http://java.sun.com/jsf/core"
|
|
xmlns:h="http://java.sun.com/jsf/html"
|
|
xmlns:t="http://myfaces.apache.org/tomahawk"
|
|
xmlns:s="http://myfaces.apache.org/sandbox"
|
|
xmlns:i18n="http://i18n.idcanet.com/i18n"
|
|
>
|
|
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
|
|
TEST INDEX.JSP
|
|
</jsp:root> |