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/06/25 06:53:50 UTC

cvs commit: jakarta-tapestry/framework/src/java/org/apache/tapestry/components IfBean.java

mindbridge    2005/06/24 21:53:50

  Modified:    framework/src/java/org/apache/tapestry/components
                        IfBean.java
  Log:
  Enabling the If component to work with the latest fixes (AbstractFormComponent)
  
  Revision  Changes    Path
  1.3       +4 -0      jakarta-tapestry/framework/src/java/org/apache/tapestry/components/IfBean.java
  
  Index: IfBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/components/IfBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IfBean.java	21 Jun 2005 22:31:37 -0000	1.2
  +++ IfBean.java	25 Jun 2005 04:53:50 -0000	1.3
  @@ -187,4 +187,8 @@
           return _conditionValue;
       }
   
  +	// Do nothing in those methods, but make the JVM happy
  +    protected void renderFormComponent(IMarkupWriter writer, IRequestCycle cycle) { }
  +    protected void rewindFormComponent(IMarkupWriter writer, IRequestCycle cycle) { }
  +    
   }
  
  
  

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