[seam-commits] Seam SVN: r14922 - branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jun 15 09:40:23 EDT 2012


Author: manaRH
Date: 2012-06-15 09:40:21 -0400 (Fri, 15 Jun 2012)
New Revision: 14922

Added:
   branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml
Modified:
   branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml
Log:
bz #832022 added fake page for openid and fixed rich:panel

Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml	2012-06-15 10:15:39 UTC (rev 14921)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml	2012-06-15 13:40:21 UTC (rev 14922)
@@ -41,11 +41,9 @@
             </rich:toolbar>
         </div>
 
-        <rich:panel>
-            <f:facet name="header">About the Demo</f:facet>
+        <rich:panel header="About the Demo">
+           <rich:messages />
 
-            <rich:messages />
-
             <s:div rendered="#{!identity.loggedIn}">
             This application demonstrates the basic use of OpenID in an application.  To login, simply enter
             your OpenId into the login box at the top.  Don't have an OpenId?  Actually, you might have one

Added: branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml	                        (rev 0)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml	2012-06-15 13:40:21 UTC (rev 14922)
@@ -0,0 +1,5 @@
+<html>
+<body>
+ <p> fake page due JSF2 is checking existing file and can't serve virtual view id </p>
+</body>
+</html>
\ No newline at end of file



More information about the seam-commits mailing list