mindbridge    2005/08/14 14:57:03

  Modified:    contrib/src/java/org/apache/tapestry/contrib/table/components
                        TableFormPages.jwc
  Log:
  One more 'volatile' parameter...
  
  Revision  Changes    Path
  1.7       +1 -0      
jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/table/components/TableFormPages.jwc
  
  Index: TableFormPages.jwc
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/table/components/TableFormPages.jwc,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TableFormPages.jwc        14 Aug 2005 21:54:18 -0000      1.6
  +++ TableFormPages.jwc        14 Aug 2005 21:57:03 -0000      1.7
  @@ -59,6 +59,7 @@
     
        <component id="condCurrent" type="If">
                <binding name="condition" expression="condCurrent"/>
  +             <binding name="volatile" expression="true"/>
        </component>
     
        <component id="condOther" type="Else">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to