hlship      2005/06/23 13:12:16

  Modified:    src/documentation/content/xdocs index.xml
  Log:
  Add an upgrade note about Submit listeners being deferred by default.
  
  Revision  Changes    Path
  1.15      +3 -0      
jakarta-tapestry/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- index.xml 23 Jun 2005 14:44:06 -0000      1.14
  +++ index.xml 23 Jun 2005 20:12:16 -0000      1.15
  @@ -237,6 +237,9 @@
      <li>The Jakarta commons-lang library is no longer a dependency of 
Tapestry; this means
       that the EnumPropertySelectionModel class is no longer available 
(however, you can easily
       copy the source from Tapestry 3.0). </li>
  +    <li>For the Submit component (as well as LinkSubmit and ImageSubmit), 
the invocation of the listener
  +      is (by default) deferred until the end of the form submission, just 
before the Form's listener is invoked.  In Tapestry 3.0, the invocation was 
immediate. Deferred is better for most, but
  +      not all, situations. </li>
   </ul>
   
   <note>
  
  
  

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

Reply via email to