[seam-commits] Seam SVN: r14934 - branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 21 03:41:16 EDT 2012
Author: manaRH
Date: 2012-06-21 03:41:15 -0400 (Thu, 21 Jun 2012)
New Revision: 14934
Added:
branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml
Modified:
branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml
Log:
JBSEAM-4926 workaround for openid missing page
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml 2012-06-21 07:41:04 UTC (rev 14933)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/main.xhtml 2012-06-21 07:41:15 UTC (rev 14934)
@@ -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/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml (rev 0)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/openid.xhtml 2012-06-21 07:41:15 UTC (rev 14934)
@@ -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