[jboss-cvs] jboss-seam/examples/seamspace/view ...
Shane Bryzak
Shane_Bryzak at symantec.com
Fri Dec 15 08:36:44 EST 2006
User: sbryzak2
Date: 06/12/15 08:36:44
Modified: examples/seamspace/view securityError.xhtml
Log:
some bug fixes, updates to security example
Revision Changes Path
1.2 +2 -8 jboss-seam/examples/seamspace/view/securityError.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: securityError.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/securityError.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- securityError.xhtml 23 Oct 2006 12:25:22 -0000 1.1
+++ securityError.xhtml 15 Dec 2006 13:36:44 -0000 1.2
@@ -4,7 +4,7 @@
xmlns:h="http://java.sun.com/jsf/html">
<head>
- <title>Seam Security</title>
+ <title>SeamSpace</title>
</head>
<body>
@@ -13,15 +13,9 @@
<div class="errors"><h:messages globalOnly="true"/></div>
<p>
- You do not have the necessary permissions to carry out the requested action.
+ You do not have the necessary security level to access this page.
</p>
- <h:form>
- <h:commandButton action="#{protectedAction.foo}" value="Protected action" class="button"/>
- <h:commandButton action="#{login.logout}" value="Logout" class="button" />
- <h:commandButton action="#{protectedAction.modifyCustomer}" value="Modify customer" class="button"/>
- <h:commandButton action="#{protectedAction.modifyReadonlyCustomer}" value="Modify read-only customer" class="button"/>
- </h:form>
</body>
</html>
More information about the jboss-cvs-commits
mailing list