You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ha...@apache.org on 2003/11/28 08:22:44 UTC

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

harishkswamy    2003/11/27 23:22:44

  Modified:    framework/src/org/apache/tapestry/valid ValidField.java
  Log:
  Modified the scope of addSelect to protected to allow ValidField extensions.
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/valid/ValidField.java
  
  Index: ValidField.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/valid/ValidField.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ValidField.java	4 Sep 2003 15:53:27 -0000	1.11
  +++ ValidField.java	28 Nov 2003 07:22:43 -0000	1.12
  @@ -170,7 +170,7 @@
        *
        **/
   
  -    private void addSelect(IRequestCycle cycle)
  +    protected void addSelect(IRequestCycle cycle)
       {
           // If some other field has taken the honors, then let it.
   
  
  
  

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