24 lines
697 B
Plaintext
24 lines
697 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"
|
|
xmlns:vasc="http://vasc.idcanet.com/jsf"
|
|
>
|
|
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
|
|
<f:view>
|
|
<html>
|
|
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta></head>
|
|
<body>
|
|
<h:form>
|
|
<p>TEST vasc1</p>
|
|
<p>The HelloWorld UI Component:</p>
|
|
<vasc:vasc />
|
|
</h:form>
|
|
</body>
|
|
</html>
|
|
</f:view>
|
|
</jsp:root> |