You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/09/30 23:45:55 UTC

svn commit: r451675 - /beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties

Author: crogers
Date: Sat Sep 30 14:45:53 2006
New Revision: 451675

URL: http://svn.apache.org/viewvc?view=rev&rev=451675
Log:
corrected tag attribute name in a couple of messages to match the actual attribute name for the tag.
  

Modified:
    beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties

Modified: beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties?view=diff&rev=451675&r1=451674&r2=451675
==============================================================================
--- beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties (original)
+++ beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties Sat Sep 30 14:45:53 2006
@@ -70,8 +70,8 @@
 Tags_Node_InvalidNode=Invalid treeItem; it must have exactly one of {0}.
 Tags_TreeItemErrorNoInline=<span style='color:red'>An error occurred in a tree item that cannot be reported inline.  See above.</span>
 Tags_FormNoApplicationConfig=Could not locate the Form's application module configuration information.
-Tags_FormNameNoType=The Form must have a type attribute if it has a name attribute.
-Tags_FormNameBadType=The specified type of the Form was not a legal type.
+Tags_FormNameNoType=The Form must have a beanType attribute if it has a beanName attribute.
+Tags_FormNameBadType=The specified beanType of the Form was not a legal type.
 Tags_BindingUpdateError=Binding Update Failed for ''{0}'', cause: {1}
 Tags_BindingUpdateExpressionError=The expression ''{0}'' does not contains a valid expression and cannot be used for update.
 Tags_NoInPageErrorReporting=In-page error reporting is turned off, the following error occurred: {1}