husted      01/11/21 07:18:18

  Modified:    doc      release-notes-1.0.1.xml
  Log:
  Add additional release note from July.
  
  Revision  Changes    Path
  1.6       +6 -0      jakarta-struts/doc/release-notes-1.0.1.xml
  
  Index: release-notes-1.0.1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/release-notes-1.0.1.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- release-notes-1.0.1.xml   2001/11/21 14:09:37     1.5
  +++ release-notes-1.0.1.xml   2001/11/21 15:18:18     1.6
  @@ -3,6 +3,7 @@
   
     <properties>
       <author>Craig R. McClanahan</author>
  +    <author>Robert Leland</author>
       <author>Ted Husted</author>
       <title>Struts Release Notes (Version 1.1 Milestone 1)</title>
     </properties>
  @@ -184,6 +185,11 @@
       <code>org.apache.struts.taglib.logic</code>):</p>
       <ul>
       <li>Added tags for checking if a message is present in general or for a 
specific property. They retrieve an object from request scope just like the 
html:errors and html:messages tags.</li>
  +    <li>The <code>&lt;html:errors&gt;</code> when the property tag is
  +    specified, errors are no longer printed if the specified property
  +    has no errors. Previously errors were always printed! Future
  +    enhancements would include additional attributes to always turn
  +    off the header or footer. </li>
       </ul>
   
       <p>The following changes and bug fixes to the Struts Documentation
  
  
  

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

Reply via email to