[jboss-cvs] jboss-seam/examples/ui/src/org/jboss/seam/example/ui ...

Peter Muir peter at bleepbleep.org.uk
Thu Mar 22 09:07:18 EDT 2007


  User: pmuir   
  Date: 07/03/22 09:07:18

  Modified:    examples/ui/src/org/jboss/seam/example/ui  Person.java
  Log:
  Fix selectItems, add other tags, add commented config for running on RI
  
  Revision  Changes    Path
  1.5       +13 -0     jboss-seam/examples/ui/src/org/jboss/seam/example/ui/Person.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Person.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/src/org/jboss/seam/example/ui/Person.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Person.java	10 Mar 2007 19:09:36 -0000	1.4
  +++ Person.java	22 Mar 2007 13:07:18 -0000	1.5
  @@ -43,6 +43,9 @@
      
      private String name;
      
  +   // A wikitext string
  +   private String hobbies;
  +   
      @ManyToOne
      private Country country;
      
  @@ -139,4 +142,14 @@
      {
         this.favouriteBook = favouriteBook;
      }
  +   
  +   public String getHobbies()
  +   {
  +      return hobbies;
  +   }
  +   
  +   public void setHobbies(String hobbies)
  +   {
  +      this.hobbies = hobbies;
  +   }
   }
  
  
  



More information about the jboss-cvs-commits mailing list