Author: mareshkau
Date: 2009-10-15 10:04:22 -0400 (Thu, 15 Oct 2009)
New Revision: 18110
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/resources/ezcomp/
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/resources/ezcomp/loginPanel.xhtml
Log:
Junit test falder has been commited,
https://jira.jboss.org/jira/browse/JBIDE-5015
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/resources/ezcomp/loginPanel.xhtml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/resources/ezcomp/loginPanel.xhtml
(rev 0)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/resources/ezcomp/loginPanel.xhtml 2009-10-15
14:04:22 UTC (rev 18110)
@@ -0,0 +1,21 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:composite="http://java.sun.com/jsf/composite">
+<head>
+<title>Not present in rendered output</title>
+</head>
+<body>
+<composite:interface>
+ <composite:actionSource name="loginEvent" />
+</composite:interface>
+<composite:implementation>
+ <p>Username: <h:inputText id="usernameInput" /></p>
+ <p>Password: <h:inputSecret id="passwordInput" /></p>
+ <p><h:commandButton id="loginEvent" value="login"
/></p>
+</composite:implementation>
+</body>
+</html>
\ No newline at end of file