[jboss-cvs] jboss-seam/examples/dvdstore/view/newuser ...

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:06:47 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:06:47

  Modified:    examples/dvdstore/view/newuser  complete.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/dvdstore/view/newuser/complete.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: complete.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/view/newuser/complete.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- complete.xhtml	28 Jun 2007 23:22:59 -0000	1.1
  +++ complete.xhtml	3 Sep 2007 12:06:47 -0000	1.2
  @@ -18,7 +18,7 @@
           </ui:define>
          
           <ui:define name="body">
  -            <f:subview rendered="#{identity.loggedIn}">
  +            <f:subview id="loggedIn" rendered="#{identity.loggedIn}">
                   <h1>Welcome to the DVD Store</h1>
   
                   <p>Your account has been created, and you have been automatically logged in.
  @@ -26,7 +26,7 @@
                   </p>
               </f:subview>
   
  -            <f:subview rendered="#{!identity.loggedIn}">
  +            <f:subview id="logInError" rendered="#{!identity.loggedIn}">
                   <h1>Sorry</h1>
   
                   <p>
  
  
  



More information about the jboss-cvs-commits mailing list