From 0c5ea501d89a89b98f9a30e995ed8c19cd5e43b4 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 2 Oct 2006 01:03:00 +0000 Subject: [PATCH] Port fix for bug 40528. Add missing messages. 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/org/apache/jasper/resources/LocalStrings.properties b/java/org/apache/jasper/resources/LocalStrings.properties index c68e02fcf..5216685f9 100644 --- a/java/org/apache/jasper/resources/LocalStrings.properties +++ b/java/org/apache/jasper/resources/LocalStrings.properties @@ -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\" -- 2.11.0