[jboss-cvs] jboss-seam/seam-gen/resources ...

Gavin King gavin.king at jboss.com
Fri Dec 15 12:59:01 EST 2006


  User: gavin   
  Date: 06/12/15 12:59:01

  Modified:    seam-gen/resources  messages_en.properties
  Log:
  add seam built-in messages
  
  Revision  Changes    Path
  1.4       +8 -0      jboss-seam/seam-gen/resources/messages_en.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: messages_en.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/messages_en.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- messages_en.properties	3 Nov 2006 19:32:14 -0000	1.3
  +++ messages_en.properties	15 Dec 2006 17:59:01 -0000	1.4
  @@ -11,6 +11,14 @@
   validator.size=size must be between {min} and {max}
   validator.email=must be a well-formed email address	
   
  +org.jboss.seam.TransactionFailed=Transaction failed
  +org.jboss.seam.NoConversation=The conversation ended, timed out or was processing another request
  +org.jboss.seam.IllegalNavigation=Illegal navigation
  +org.jboss.seam.ProcessEnded=Process #0 already ended
  +org.jboss.seam.ProcessNotFound=Process #0 not found
  +org.jboss.seam.TaskEnded=Task #0 already ended
  +org.jboss.seam.TaskNotFound=Task #0 not found
  +
   javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type
   javax.faces.component.UIInput.REQUIRED=value is required
   javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information
  
  
  



More information about the jboss-cvs-commits mailing list