[jboss-cvs] jboss-seam/examples/security/view ...

Shane Bryzak Shane_Bryzak at symantec.com
Mon Jul 31 02:46:58 EDT 2006


  User: sbryzak2
  Date: 06/07/31 02:46:58

  Modified:    examples/security/view  home.xhtml
  Log:
  Updated security test app
  
  Revision  Changes    Path
  1.3       +2 -1      jboss-seam/examples/security/view/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/view/home.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- home.xhtml	26 Jul 2006 06:03:14 -0000	1.2
  +++ home.xhtml	31 Jul 2006 06:46:58 -0000	1.3
  @@ -32,6 +32,7 @@
       <div class="errors"><h:messages globalOnly="true"/></div>      	
   
       <h:commandButton action="#{login.login}" value="Login" class="button" />        
  +    <h:commandButton action="#{protectedAction.foo}" value="Protected action" class="button"/>      
       
     </h:form>
   </body>
  
  
  



More information about the jboss-cvs-commits mailing list