You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/09/17 00:15:40 UTC

svn commit: r576194 - in /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry: TapestryStrings.properties parse/ParseStrings.properties test/ScriptStrings.properties

Author: andyhot
Date: Sun Sep 16 15:15:38 2007
New Revision: 576194

URL: http://svn.apache.org/viewvc?rev=576194&view=rev
Log:
TAPESTRY-1751: Fix messages parameters

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/TapestryStrings.properties
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/parse/ParseStrings.properties
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/test/ScriptStrings.properties

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/TapestryStrings.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/TapestryStrings.properties?rev=576194&r1=576193&r2=576194&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/TapestryStrings.properties (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/TapestryStrings.properties Sun Sep 16 15:15:38 2007
@@ -24,7 +24,7 @@
 illegal-field-access=Cannot access field {0}.
 field-is-instance=Field {0} is an instance variable, not a class variable.
 deprecated-component-param=Parameter ''{1}'' of component {0} is deprecated, use parameter ''{2}'' instead.
-must-be-wrapped-by-form={1} components must be enclosed by a Form component.
+must-be-wrapped-by-form={0} components must be enclosed by a Form component.
 invalid-null-parameter=Parameter ''{0}'' may not be null.
 null-value-for-binding=Binding value is null.
 no-such-component=Component {0} does not contain a component {1}.
@@ -182,7 +182,7 @@
 URLRetriever.io-exception=I/O exception messaging servlet {0}: {1}
 URLRetriever.servlet-exception=Servlet exception messaging servlet {0}: {1}
 
-AbstractLinkTag.io-exception=I/O exception writing output: {1}
+AbstractLinkTag.io-exception=I/O exception writing output: {0}
 
 AbstractTapestryTag.unable-to-evaluate-expression=Unable to evaluate OGNL expression ''{0}'': {1}
 

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/parse/ParseStrings.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/parse/ParseStrings.properties?rev=576194&r1=576193&r2=576194&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/parse/ParseStrings.properties (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/parse/ParseStrings.properties Sun Sep 16 15:15:38 2007
@@ -14,7 +14,7 @@
 
 comment-not-ended=Comment on line {0} did not end.
 unclosed-tag=Tag <{0}> on line {1} is never closed.
-unclosed-unknown-tag=Tag on line {1} is never closed.
+unclosed-unknown-tag=Tag on line {0} is never closed.
 missing-attribute-value=Tag <{0}> on line {1} is missing a value for attribute {2}.
 content-block-may-not-be-ignored=Tag <{0}> on line {1} is the template content, and may not be in an ignored block.
 content-block-may-not-be-empty=Tag <{0}> on line {1} is the template content, and may not be empty.

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/test/ScriptStrings.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/test/ScriptStrings.properties?rev=576194&r1=576193&r2=576194&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/test/ScriptStrings.properties (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/test/ScriptStrings.properties Sun Sep 16 15:15:38 2007
@@ -13,4 +13,4 @@
 # limitations under the License.
 
 wrong-type-for-enhancement=Can not create instance of {0}. Interfaces, arrays and primitive types may not be enhanced.
-unable-to-instantiate=Unable to instantiate enhanced subclass of {0}: {2}
+unable-to-instantiate=Unable to instantiate enhanced subclass of {0}: {1}