craigmcc    01/03/10 15:27:54

  Modified:    src/doc  release-notes-1.0-b2.xml
  Log:
  Document the <html:checkbox> fix just submitted.
  
  Revision  Changes    Path
  1.4       +5 -0      jakarta-struts/src/doc/release-notes-1.0-b2.xml
  
  Index: release-notes-1.0-b2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/release-notes-1.0-b2.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- release-notes-1.0-b2.xml  2001/03/06 22:25:39     1.3
  +++ release-notes-1.0-b2.xml  2001/03/10 23:27:53     1.4
  @@ -79,6 +79,11 @@
           attribute of the <code>&lt;html:form&gt;</code> tag now works even
           when you use nested or indexed property expressions.  Previously,
           this would generate an invalid JavaScript reference to the field.</li>
  +    <li>The <code>&lt;html:checkbox&gt;</code> tag now conforms to its
  +        documentation, and sends the specified <code>value</code> to the
  +        server if this checkbox is checked at submit time.  In addition, a
  +        default value of <code>on</code> is sent if no value attribute is
  +        specified.</li>
       </ul>
   
       <p>The following changes and bug fixes to the Struts Documentation
  
  
  

Reply via email to