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

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

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

--- myfaces/examples/trunk/blank/page2.jsp	2005/11/29 23:08:38	349827
+++ myfaces/examples/trunk/blank/page2.jsp	2005/11/29 23:08:53	349828
@@ -1,20 +1,20 @@
-<%@ 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>        
-            <f:verbatim><h2></f:verbatim>
-            <h:outputText value="Hello #{helloWorldBacking.name}. We hope you enjoy Apache MyFaces"/>
-            <f:verbatim></h2></f:verbatim>
-
-            <h:form id="form2">
-              <h:commandLink id="link1" action="back">
-                <h:outputText id="linkText" value="GO HOME"/>
-              </h:commandLink>
-            </h:form>
-        </f:view>
-    </body>
+<%@ 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>        
+            <f:verbatim><h2></f:verbatim>
+            <h:outputText value="Hello #{helloWorldBacking.name}. We hope you enjoy Apache MyFaces"/>
+            <f:verbatim></h2></f:verbatim>
+
+            <h:form id="form2">
+              <h:commandLink id="link1" action="back">
+                <h:outputText id="linkText" value="GO HOME"/>
+              </h:commandLink>
+            </h:form>
+        </f:view>
+    </body>
 </html>
\ No newline at end of file

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26