You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2004/03/15 17:58:06 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/valid ValidField.jwc

ehatcher    2004/03/15 08:58:06

  Modified:    framework/src/org/apache/tapestry/valid ValidField.jwc
  Log:
  fix for validfield validator access from delegate (#27656)
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/valid/ValidField.jwc
  
  Index: ValidField.jwc
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/valid/ValidField.jwc,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ValidField.jwc	29 Feb 2004 18:49:14 -0000	1.6
  +++ ValidField.jwc	15 Mar 2004 16:58:05 -0000	1.7
  @@ -31,7 +31,7 @@
     
     <parameter name="hidden" type="boolean" direction="in"/>
       
  -  <parameter name="validator" type="org.apache.tapestry.valid.IValidator" required="yes" direction="in">
  +  <parameter name="validator" type="org.apache.tapestry.valid.IValidator" required="yes" direction="auto">
       <description>
       Converts value to a string and parses strings back into object values.
       </description>
  
  
  

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