2
0
Fork 0

[svn r346] WIP, with working x4o and simple ldap backend for listing end editing entries

This commit is contained in:
willemc 2008-11-18 22:04:23 +01:00
parent 5d64bde0bd
commit f401b61a6c
60 changed files with 1756 additions and 585 deletions

24
www/vasc_test1.jsp Normal file
View file

@ -0,0 +1,24 @@
<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>