dgraham     2003/08/02 14:44:40

  Modified:    src/share/org/apache/struts/taglib LocalStrings.properties
               src/share/org/apache/struts/util LocalStrings.properties
  Log:
  Complete movement of message resources to taglib package.
  
  Revision  Changes    Path
  1.13      +15 -1     
jakarta-struts/src/share/org/apache/struts/taglib/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/LocalStrings.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- LocalStrings.properties   2 Aug 2003 21:38:16 -0000       1.12
  +++ LocalStrings.properties   2 Aug 2003 21:44:40 -0000       1.13
  @@ -6,6 +6,20 @@
   
   computeURL.specifier=You must specify exactly one of "forward", "href", "page" or 
"action"
   
  +lookup.access=Invalid access looking up property {0} of bean {1}
  +
  +lookup.bean.any=Cannot find bean {0} in any scope
  +
  +lookup.bean=Cannot find bean {0} in scope {1}
  +
  +lookup.method=No getter method for property {0} of bean {1}
  +
   lookup.scope=Invalid bean scope {0}
   
  -parameters.multi=Cannot cast to Map for name={0} property={1} scope={2}
  \ No newline at end of file
  +lookup.target=Exception thrown by getter for property {0} of bean {1}
  +
  +message.bundle=Cannot find message resources under key {0}
  +
  +parameters.multi=Cannot cast to Map for name={0} property={1} scope={2}
  +
  +write.io=Input/output error: {0}
  \ No newline at end of file
  
  
  
  1.10      +0 -14     
jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- LocalStrings.properties   2 Aug 2003 21:38:16 -0000       1.9
  +++ LocalStrings.properties   2 Aug 2003 21:44:40 -0000       1.10
  @@ -1,19 +1,5 @@
   
   computeURL.forwards=Cannot retrieve ActionForwards collection
   
  -lookup.access=Invalid access looking up property {0} of bean {1}
  -
  -lookup.bean.any=Cannot find bean {0} in any scope
  -
  -lookup.bean=Cannot find bean {0} in scope {1}
  -
  -lookup.method=No getter method for property {0} of bean {1}
  -
  -lookup.target=Exception thrown by getter for property {0} of bean {1}
  -
  -message.bundle=Cannot find message resources under key {0}
  -
   parameters.single=Cannot cast to String for name={0} property={1} scope={2}
  -
  -write.io=Input/output error: {0}
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to