dmkarr 2002/10/24 22:27:33
Modified: src/share/org/apache/struts/taglib/bean
LocalStrings.properties
Log:
Added "size.noCollectionOrName" property for error message indicating that
either "collection" or "name" attribute has to be set.
Revision Changes Path
1.19 +1 -0
jakarta-struts/src/share/org/apache/struts/taglib/bean/LocalStrings.properties
Index: LocalStrings.properties
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/bean/LocalStrings.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- LocalStrings.properties 23 Jun 2002 00:07:16 -0000 1.18
+++ LocalStrings.properties 25 Oct 2002 05:27:33 -0000 1.19
@@ -16,6 +16,7 @@
parameter.get=No parameter {0} was included in this request
resource.get=No resource {0} available in this application
size.collection=No valid collection specified for size tag
+size.noCollectionOrName=Must specify either a collection or name attribute for size
tag
struts.missing=No Struts internal object named {0} is available
struts.selector=You must specify exactly one of formBean, forward, or mapping
write.format=Wrong format string: '{0}'
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>