henning     2003/07/15 01:54:58

  Modified:    xdocs    changes.xml
  Log:
  Add a section about the eventSubmit_do event changes
  
  Revision  Changes    Path
  1.55      +7 -0      jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- changes.xml       23 Jun 2003 14:59:31 -0000      1.54
  +++ changes.xml       15 Jul 2003 08:54:58 -0000      1.55
  @@ -416,6 +416,13 @@
         package is unmaintained. We use the new AvalonComponentService to
         initialize Torque. 
       </li>
  +    <li>
  +      ActionEvent and VelocityActionEvent can "ignore" eventSubmit_&lt;xxx&gt; 
events if they 
  +      contain an empty or a zero value. This behaviour is controlled by the 
"action.eventsubmit.needsvalue"
  +      property that defaults to "off", which  means no change from the pre-2.3 
behaviour. The new behaviour
  +      is  useful if you have multiple event fields in a form and only one should be 
selected 
  +      (e.g. by a client side java script application).
  +    </li>
     </ul>
   </p>
   </subsection>
  
  
  

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

Reply via email to