Port fix for bug 40528. Add missing messages.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 2 Oct 2006 01:03:00 +0000 (01:03 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 2 Oct 2006 01:03:00 +0000 (01:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@451849 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/resources/LocalStrings.properties

index c68e02f..5216685 100644 (file)
@@ -108,6 +108,8 @@ jsp.error.beans.introspection=An exception occurred while introspecting the read
 jsp.error.beans.nomethod=Cannot find a method to read property ''{0}'' in a bean of type ''{1}''
 jsp.error.beans.nomethod.setproperty=Can''t find a method to write property ''{0}'' of type ''{1}'' in a bean of type ''{2}''
 jsp.error.beans.noproperty=Cannot find any information on property ''{0}'' in a bean of type ''{1}''
+jsp.error.beans.property.conversion=Unable to convert string \"{0}\" to class \"{1}\" for attribute \"{2}\": {3}
+jsp.error.beans.propertyeditor.notregistered=Property Editor not registered with the PropertyEditorManager
 jsp.error.beans.setproperty.noindexset=Cannot set indexed property
 jsp.error.include.tag=Invalid jsp:include tag
 jsp.error.include.noflush=jsp:include needs to have \"flush=true\"