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

Christian Bauer christian at hibernate.org
Sun Mar 18 18:02:25 EDT 2007


  User: cbauer  
  Date: 07/03/18 18:02:25

  Modified:    examples/wiki/view   userList.xhtml index.html
  Log:
  Cleaned up test data
  
  Revision  Changes    Path
  1.7       +3 -1      jboss-seam/examples/wiki/view/userList.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userList.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/userList.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- userList.xhtml	18 Mar 2007 15:44:36 -0000	1.6
  +++ userList.xhtml	18 Mar 2007 22:02:25 -0000	1.7
  @@ -204,7 +204,9 @@
               </h:column>
   
               <h:column>
  -                Action
  +                <s:link view="/userAccount.xhtml" value="Edit Account">
  +                    <f:param name="userId" value="#{u.id}"/>
  +                </s:link>
               </h:column>
   
           </h:dataTable>
  
  
  
  1.2       +1 -1      jboss-seam/examples/wiki/view/index.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.html
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- index.html	1 Feb 2007 07:08:26 -0000	1.1
  +++ index.html	18 Mar 2007 22:02:25 -0000	1.2
  @@ -1,5 +1,5 @@
   <html>
   <head>
  -  <meta http-equiv="Refresh" content="0; URL=5.html">
  +  <meta http-equiv="Refresh" content="0; URL=9.html">
   </head>
   </html>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list