You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2005/07/04 23:33:16 UTC

cvs commit: jakarta-tapestry/framework/src/java/org/apache/tapestry TapestryStrings.properties Framework.library

mindbridge    2005/07/04 14:33:16

  Modified:    framework/src/java/org/apache/tapestry
                        TapestryStrings.properties Framework.library
  Log:
  Adding the For component
  
  Revision  Changes    Path
  1.25      +3 -0      jakarta-tapestry/framework/src/java/org/apache/tapestry/TapestryStrings.properties
  
  Index: TapestryStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/TapestryStrings.properties,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- TapestryStrings.properties	25 May 2005 01:51:32 -0000	1.24
  +++ TapestryStrings.properties	4 Jul 2005 21:33:16 -0000	1.25
  @@ -139,6 +139,9 @@
   ListEdit.unable-to-convert-value=Unable to convert {0} to an external string in ListEdit component.
   ListEdit.unable-to-convert-string=Unable to convert {0} back into an object in ListEdit component.
   
  +For.unable-to-convert-value=Unable to convert {0} to an external string in For component.
  +For.unable-to-convert-string=Unable to convert {0} back into an object in For component.
  +
   FormConditional.unable-to-convert-value=Unable to convert {0} to an external string in FormConditional component.
   FormConditional.unable-to-convert-string=Unable to convert {0} back into an object in FormConditional component.
   
  
  
  
  1.7       +3 -2      jakarta-tapestry/framework/src/java/org/apache/tapestry/Framework.library
  
  Index: Framework.library
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/Framework.library,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Framework.library	21 Jun 2005 06:52:52 -0000	1.6
  +++ Framework.library	4 Jul 2005 21:33:16 -0000	1.7
  @@ -41,12 +41,13 @@
       <component-type type="Delegator" specification-path="components/Delegator.jwc"/>
   	<component-type type="Describe" specification-path="html/Describe.jwc"/>
       <component-type type="DirectLink" specification-path="link/DirectLink.jwc"/>
  +    <component-type type="Else" specification-path="components/Else.jwc"/>
  +    <component-type type="ExceptionDisplay" specification-path="html/ExceptionDisplay.jwc"/>
       <component-type type="ExternalLink" specification-path="link/ExternalLink.jwc"/>
       <component-type type="FieldLabel" specification-path="valid/FieldLabel.jwc"/>
       <component-type type="Foreach" specification-path="components/Foreach.jwc"/>
       <component-type type="Frame" specification-path="html/Frame.jwc"/>
  -    <component-type type="Else" specification-path="components/Else.jwc"/>
  -    <component-type type="ExceptionDisplay" specification-path="html/ExceptionDisplay.jwc"/>
  +    <component-type type="For" specification-path="components/For.jwc"/>
       <component-type type="Form" specification-path="form/Form.jwc"/>
       <component-type type="GenericLink" specification-path="link/GenericLink.jwc"/>
       <component-type type="Hidden" specification-path="form/Hidden.jwc"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org