hlship      2005/08/14 09:15:28

  Modified:    framework/src/java/org/apache/tapestry/form
                        PropertySelection.java
  Log:
  TAPESTRY-94: PropertySelection does not submit Palette properly
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- PropertySelection.java    14 Aug 2005 16:01:06 -0000      1.10
  +++ PropertySelection.java    14 Aug 2005 16:15:28 -0000      1.11
  @@ -60,7 +60,7 @@
               writer.attribute("disabled", "disabled");
   
           if (getSubmitOnChange())
  -            writer.attribute("onchange", "this.form.events.submit()");
  +            writer.attribute("onchange", "javascript:   
this.form.events.submit();");
   
           renderIdAttribute(writer, cycle);
   
  
  
  

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

Reply via email to