luehe       2003/02/10 10:21:32

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Added error codes
  
  Revision  Changes    Path
  1.91      +4 -2      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- messages.properties       8 Feb 2003 00:06:41 -0000       1.90
  +++ messages.properties       10 Feb 2003 18:21:32 -0000      1.91
  @@ -31,7 +31,7 @@
   by jsp directive defined earlier: 
   jsp.error.usebean.not.both=useBean: Can't specify both class and beanName 
attribute: 
   jsp.error.usebean.bad.type.cast=useBean ({0}): Type ({1}) is not assignable from 
class ({2}) 
  -jsp.error.invalid.scope=Invalid value of 'scope' attribute: {0} (must be one of 
\"page\", \"request\", \"session\", or \"application\")
  +jsp.error.invalid.scope=Illegal value of \'scope\' attribute: {0} (must be one of 
\"page\", \"request\", \"session\", or \"application\")
   jsp.error.classname=Can't determine classname from .class file
   jsp.warning.bad.type=Warning: bad type in .class file
   jsp.error.data.file.write=Error while writing data file
  @@ -151,6 +151,7 @@
   jsp.error.parse.error.in.TLD=Parse Error in the tag library descriptor: {0}
   jsp.error.unable.to.open.TLD=Unable to open the tag library descriptor: {0}
   jsp.buffer.size.zero=Buffer size <= 0
  +jsp.error.buffer.invalid=Invalid buffer size
   jsp.error.file.not.found=File \"{0}\" not found
   jsp.message.copyinguri=Copying {0} into {1}
   jsp.message.htmlcomment=\nStripping Comment: \t{0}
  @@ -314,6 +315,7 @@
   jsp.error.scripting.variable.missing_name=Unable to determine scripting variable 
name from attribute {0}
   jasper.error.emptybodycontent.nonempty=According to TLD, tag {0} must be empty, but 
is not
   jsp.error.tagfile.var_name_given_equals_attr_name=In tag file {0}, the name-given 
attribute or the alias attribute ({1}) of a variable directive equals the name 
attribute of an attribute directive
  +jsp.error.page.noSession=Cannot access session scope in page that does not 
participate in any session
   jsp.error.useBean.noSession=Illegal for useBean to use session scope when JSP page 
declares (via page directive) that it does not participate in sessions
   jsp.error.xml.encodingByteOrderUnsupported = Given byte order for encoding \"{0}\" 
is not supported.
   jsp.error.xml.encodingDeclInvalid = Invalid encoding name \"{0}\".
  
  
  

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

Reply via email to