Author: mareshkau
Date: 2008-02-22 08:05:49 -0500 (Fri, 22 Feb 2008)
New Revision: 6535
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/675/
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/675/testChangeOnUserInputTextNode.xhtml
Log:
http://jira.jboss.com/jira/browse/JBIDE-675, junit tests
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/675/testChangeOnUserInputTextNode.xhtml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/675/testChangeOnUserInputTextNode.xhtml
(rev 0)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/675/testChangeOnUserInputTextNode.xhtml 2008-02-22
13:05:49 UTC (rev 6535)
@@ -0,0 +1,14 @@
+<!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">
+ <body>
+ <input type="text" src=""/>
+ <div>
+ <h2>here tests Input of Plain Text by user</h2>
+ <img
src="#{facesContext.externalContext.requestContextPath}/images/header.gif"/>
+ Txt1 Txt2
+ </div>
+ </form>
+ </body>
+</html>
\ No newline at end of file