/[Apache-SVN]/myfaces/examples/trunk/blank/helloWorld.jsp
ViewVC logotype

Diff of /myfaces/examples/trunk/blank/helloWorld.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/examples/trunk/blank/helloWorld.jsp	2005/11/29 23:08:38	349827
+++ myfaces/examples/trunk/blank/helloWorld.jsp	2005/11/29 23:08:53	349828
@@ -1,19 +1,19 @@
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<html>
-    <head>
-        <title>Hello World</title>
-    </head>
-    <body>
-        <f:view>
-            <h:form id="form">
-              <h:panelGrid id="grid" columns="2">
-                <h:outputText id="output1" value="Please enter your name"/>
-                <h:inputText id="input1" value="#{helloWorldBacking.name}" required="true"/>
-                <h:commandButton id="button1" value="press me" action="#{helloWorldBacking.send}"/>
-                <h:message id="message1" for="input1"/>
-              </h:panelGrid>
-            </h:form>
-        </f:view>
-    </body>
-</html>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<html>
+    <head>
+        <title>Hello World</title>
+    </head>
+    <body>
+        <f:view>
+            <h:form id="form">
+              <h:panelGrid id="grid" columns="2">
+                <h:outputText id="output1" value="Please enter your name"/>
+                <h:inputText id="input1" value="#{helloWorldBacking.name}" required="true"/>
+                <h:commandButton id="button1" value="press me" action="#{helloWorldBacking.send}"/>
+                <h:message id="message1" for="input1"/>
+              </h:panelGrid>
+            </h:form>
+        </f:view>
+    </body>
+</html>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26