[jboss-cvs] jboss-seam/examples/numberguess/resources/WEB-INF/classes ...

Peter Muir peter at bleepbleep.org.uk
Sat May 5 08:37:06 EDT 2007


  User: pmuir   
  Date: 07/05/05 08:37:06

  Modified:    examples/numberguess/resources/WEB-INF/classes 
                        messages.properties
  Log:
  Update the examples to use the SeamApplicationMessageBundle and add a couple of messages
  
  Revision  Changes    Path
  1.2       +4 -3      jboss-seam/examples/numberguess/resources/WEB-INF/classes/messages.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: messages.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/WEB-INF/classes/messages.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- messages.properties	7 Jan 2006 07:40:45 -0000	1.1
  +++ messages.properties	5 May 2007 12:37:06 -0000	1.2
  @@ -1,3 +1,4 @@
   javax.faces.component.UIInput.CONVERSION=You must guess a number
   javax.faces.component.UIInput.REQUIRED=You must guess a number
   javax.faces.validator.NOT_IN_RANGE=The number is between {0} and {1}
  +javax.faces.component.UIInput.REQUIRED_detail=#{messages['javax.faces.component.UIInput.REQUIRED']}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list