hlship      2005/07/15 16:15:17

  Modified:    .        status.xml
               framework/src/descriptor/META-INF tapestry.bindings.xml
  Log:
  TAPESTRY-398: HiveMind configuration error breaks the useage of the state: 
binding prefix
  
  Revision  Changes    Path
  1.162     +1 -1      jakarta-tapestry/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/status.xml,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -r1.161 -r1.162
  --- status.xml        10 Jul 2005 15:37:43 -0000      1.161
  +++ status.xml        15 Jul 2005 23:15:17 -0000      1.162
  @@ -53,7 +53,7 @@
     </todo>
     <changes>
       <release version="4.0-beta-3" date="unreleased">
  -      
  +      <action type="fix" dev="HLS" fixes-bug="TAPESTRY-398" due-to="Jonas 
Maurus">HiveMind configuration error breaks the useage of the state: binding 
prefix</action>
       </release>
       <release version="4.0-beta-2" date="Jul 9 2005">
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-356">FormConditional 
extends BaseComponent but has no template</action>
  
  
  
  1.13      +1 -1      
jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.bindings.xml
  
  Index: tapestry.bindings.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.bindings.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- tapestry.bindings.xml     11 May 2005 20:08:23 -0000      1.12
  +++ tapestry.bindings.xml     15 Jul 2005 23:15:17 -0000      1.13
  @@ -112,7 +112,7 @@
       <invoke-factory>
         <construct class="StateBindingFactory">
           <set-object property="valueConverter" 
value="infrastructure:valueConverter"/>
  -        <set-object property="applicationStateManager" 
object="infrastructure:applicationStateManager"/> 
  +        <set-object property="applicationStateManager" 
value="infrastructure:applicationStateManager"/> 
         </construct>
       </invoke-factory>    
       
  
  
  

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

Reply via email to