You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@apache.org on 2002/10/12 01:44:48 UTC

cvs commit: jakarta-taglibs/standard/doc/web ReleaseNotes.html

horwat      2002/10/11 16:44:48

  Modified:    standard/doc/web ReleaseNotes.html
  Log:
  Update documentation with the latest changes.
  
  Revision  Changes    Path
  1.28      +9 -0      jakarta-taglibs/standard/doc/web/ReleaseNotes.html
  
  Index: ReleaseNotes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/ReleaseNotes.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- ReleaseNotes.html	24 Sep 2002 19:01:33 -0000	1.27
  +++ ReleaseNotes.html	11 Oct 2002 23:44:48 -0000	1.28
  @@ -54,6 +54,13 @@
           <td width="73%" height="15">The <code>&lt;c:url&gt;</code> <code>value</code> attribute and the <code>
             &lt;c:redirect&gt;</code> <code>url</code> attribute are required as defined in the JSTL specification.</td>
         </tr>
  +      <tr>
  +        <td width="27%" height="15">
  +          <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13405">13405</a></div>
  +        </td>
  +        <td width="73%" height="15">According to the JDBC specification, a null can be passed to the <code>PreparedStatement.setObject()</code> and the parameter will be set to JDBC NULL properly. The broken <code>PreparedStatment.setNull()</code> call has been removed.
  +        </td>
  +      </tr>
       </table>
     </blockquote>
   </ul>
  @@ -66,6 +73,8 @@
       </li>
       <li>The "jsp20el.build" target was modified so that the JSTP 2.0 EL packages were renamed to avoid potential
         JSTL 1.0 conflict.
  +    </li>
  +    <li>Root cause now exposed when an EL expression evaluation fails.
       </li>
     </ul>
   </blockquote>
  
  
  

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