luehe       2004/05/12 17:05:04

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Fixed error messages for jsp.error.variable.both/alias
  
  Revision  Changes    Path
  1.144     +3 -3      
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.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- messages.properties       16 Mar 2004 03:12:15 -0000      1.143
  +++ messages.properties       13 May 2004 00:05:04 -0000      1.144
  @@ -389,8 +389,8 @@
   jsp.error.nested.jspattribute=A jsp:attribute standard action cannot be nested 
within another jsp:attribute standard action
   jsp.error.nested.jspbody=A jsp:body standard action cannot be nested within another 
jsp:body or jsp:attribute standard action
   jsp.error.variable.either.name=Either name-given or name-from-attribute attribute 
must be specified in a variable directive
  -jsp.error.variable.both.name=Cannot specified both name-given or 
name-from-attribute attributes in a variable directive
  -jsp.error.variable.alias=Both or none of the name-from-attribute and alias 
attributes can be specified in a variable directive
  +jsp.error.variable.both.name=Cannot specify both name-given or name-from-attribute 
attributes in a variable directive
  +jsp.error.variable.alias=Both or none of the name-from-attribute and alias 
attributes must be specified in a variable directive
   jsp.error.attribute.null_name=Null attribute name
   jsp.error.jsptext.badcontent=\'<\', when appears in the body of 
<jsp:text>, must be encapsulated within a CDATA
   jsp.error.jsproot.version.invalid=Invalid version number: \"{0}\", must be \"1.2\" 
or \"2.0\"
  
  
  

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

Reply via email to