[jboss-cvs] jboss-seam/examples/dvdstore/web ...

Shane Bryzak Shane_Bryzak at symantec.com
Wed Feb 14 22:11:30 EST 2007


  User: sbryzak2
  Date: 07/02/14 22:11:30

  Modified:    examples/dvdstore/web  checkout.xhtml
  Log:
  use security api
  
  Revision  Changes    Path
  1.18      +2 -2      jboss-seam/examples/dvdstore/web/checkout.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: checkout.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/checkout.xhtml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- checkout.xhtml	2 Nov 2006 18:26:04 -0000	1.17
  +++ checkout.xhtml	15 Feb 2007 03:11:30 -0000	1.18
  @@ -106,7 +106,7 @@
                           </h:panelGrid>
                           
                           
  -                        <f:subview rendered="#{login.loggedIn}">
  +                        <f:subview rendered="#{identity.loggedIn}">
                               <h:form>
                                   <h:commandButton action="#{checkout.createOrder}"  
                                                    value="#{messages.checkoutPurchaseButton}"  />
  @@ -114,7 +114,7 @@
                           </f:subview>
                       </div>
                       
  -                    <f:subview rendered="#{!login.loggedIn}">
  +                    <f:subview rendered="#{!identity.loggedIn}">
                           <p class="warning">You must be logged in to place an order</p>
                       </f:subview>
                   </div>
  
  
  



More information about the jboss-cvs-commits mailing list