hlship      2005/08/14 09:01:07

  Modified:    .        status.xml
               framework/src/java/org/apache/tapestry/form
                        PropertySelection.java
  Log:
  TAPESTRY-94: PropertySelection does not submit Palette properly
  
  Revision  Changes    Path
  1.212     +1 -0      jakarta-tapestry/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/status.xml,v
  retrieving revision 1.211
  retrieving revision 1.212
  diff -u -r1.211 -r1.212
  --- status.xml        14 Aug 2005 14:01:32 -0000      1.211
  +++ status.xml        14 Aug 2005 16:01:06 -0000      1.212
  @@ -59,6 +59,7 @@
         <action type="fix" dev="MB" fixes-bug="TAPESTRY-555">IfBean has a 
logic error in it</action>
         <action type="fix" dev="MB" fixes-bug="TAPESTRY-290">Incorrect binding 
type converter for array of int[]</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-549">Method 
clearErrors() of IValidationDelegate is missing in 4.0</action>
  +      <action type="fix" dev="HLS" fixes-bug="TAPESTRY-94">PropertySelection 
does not submit Palette properly</action>
       </release>
       <release version="4.0-beta-4" date="Aug 10 2005">
         <action type="fix" dev="HLS">Add getComponent() method to 
IComponent.</action>
  
  
  
  1.10      +1 -1      
jakarta-tapestry/framework/src/java/org/apache/tapestry/form/PropertySelection.java
  
  Index: PropertySelection.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/form/PropertySelection.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- PropertySelection.java    10 Aug 2005 06:02:48 -0000      1.9
  +++ PropertySelection.java    14 Aug 2005 16:01:06 -0000      1.10
  @@ -60,7 +60,7 @@
               writer.attribute("disabled", "disabled");
   
           if (getSubmitOnChange())
  -            writer.attribute("onchange", "this.form.submit()");
  +            writer.attribute("onchange", "this.form.events.submit()");
   
           renderIdAttribute(writer, cycle);
   
  
  
  

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

Reply via email to