[jboss-cvs] jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam ...

Gavin King gavin.king at jboss.com
Mon Feb 26 16:09:21 EST 2007


  User: gavin   
  Date: 07/02/26 16:09:21

  Modified:    examples/dvdstore/src/com/jboss/dvd/seam 
                        EditCustomerAction.java
  Log:
  get rid of create=true
  
  Revision  Changes    Path
  1.18      +1 -1      jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam/EditCustomerAction.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EditCustomerAction.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam/EditCustomerAction.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- EditCustomerAction.java	15 Feb 2007 03:11:23 -0000	1.17
  +++ EditCustomerAction.java	26 Feb 2007 21:09:21 -0000	1.18
  @@ -47,7 +47,7 @@
       @Out
       Customer customer;
       
  -    @In(create=true)
  +    @In
       FacesMessages facesMessages;
       
       @In Identity identity;
  
  
  



More information about the jboss-cvs-commits mailing list