You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2002/08/13 06:32:10 UTC

cvs commit: jakarta-struts/doc/userGuide release-notes-1.1-b2.xml

martinc     2002/08/12 21:32:09

  Modified:    doc/userGuide release-notes-1.1-b2.xml
  Log:
  Add known issues remaining in Struts 1.1 Beta 2.
  
  Revision  Changes    Path
  1.2       +60 -1     jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml
  
  Index: release-notes-1.1-b2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- release-notes-1.1-b2.xml	11 Aug 2002 06:22:46 -0000	1.1
  +++ release-notes-1.1-b2.xml	13 Aug 2002 04:32:09 -0000	1.2
  @@ -574,7 +574,66 @@
   
       <p>Next: <a href="installation.html">Installation</a></p>
   
  -</section>
  +  </section>
  +
  +  <section name="Known Issues" href="Bugs">
  +
  +    <p>The following known issues will be addressed before Final Release of
  +       Struts 1.1. The numbers in parentheses are for the corresponding entries
  +       in the <a href="http://nagoya.apache.org/bugzilla">Bugzilla</a> bug
  +       tracking system.</p>
  +
  +    <strong>Custom Tags</strong>
  +    <ul>
  +      <li>The &lt;html:form&gt; tag generates incorrect JavaScript when the
  +          focus is to be set on a radio button.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1586">#1586</a>)
  +      </li>
  +    </ul>
  +
  +    <strong>Documentation</strong>
  +    <ul>
  +      <li>Some parts of the documentation are incomplete, especially for new
  +          features in this release. These sections are marked TODO.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10537">#10537</a>)
  +      </li>
  +    </ul>
  +
  +    <strong>Example Webapps</strong>
  +    <ul>
  +      <li>The <em>struts-blank</em> sample webapp fails to run due to problems
  +          accessing message resources.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10955">#10955</a>)
  +      </li>
  +    </ul>
  +
  +    <strong>Validator Framework</strong>
  +    <ul>
  +      <li>Validator generates incorrect JavaScript for the &lt;select&gt; element.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7353">#7353</a>)
  +      </li>
  +      <li>Validator range checking supports only integer values, and not other
  +          numeric values such as floats and doubles.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10191">#10191</a>)
  +      </li>
  +      <li>Validator does not work with Struts application modules other than
  +          the default module (or sub-app).
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10348">#10348</a>)
  +      </li>
  +      <li>Validator does not successfully validate empty date fields.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10349">#10349</a>)
  +      </li>
  +      <li>Validator does not validate data when using DynaValidatorActionForm.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10432">#10432</a>)
  +      </li>
  +      <li>Validator plugin does not correctly configure multiple validation files.
  +          (<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10584">#10584</a>)
  +      </li>
  +    </ul>
  +
  +  <p>Next: <a href="installation.html">Installation</a></p>
  +
  +  </section>
   
       </body>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>