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

Gavin King gavin.king at jboss.com
Tue Jul 25 21:28:00 EDT 2006


  User: gavin   
  Date: 06/07/25 21:28:00

  Modified:    examples/todo/view  todo.jsp
  Log:
  unnecessary outcome
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/todo/view/todo.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: todo.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/todo/view/todo.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- todo.jsp	25 May 2006 21:29:57 -0000	1.3
  +++ todo.jsp	26 Jul 2006 01:28:00 -0000	1.4
  @@ -49,7 +49,7 @@
         <h:messages/>
         </div>
         <div>
  -         <h:commandButton value="Update Items" action="update" rendered="#{not empty taskInstanceList}"/>
  +         <h:commandButton value="Update Items" rendered="#{not empty taskInstanceList}"/>
         </div>
      </h:form>
      <h:form id="new">
  
  
  



More information about the jboss-cvs-commits mailing list