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 pi...@apache.org on 2002/04/30 23:14:31 UTC

cvs commit: jakarta-taglibs/standard/examples/web/xml index.html

pierred     02/04/30 14:14:31

  Modified:    standard/examples/web index.html
               standard/examples/web/Templates ExamplesTemplate.dwt
               standard/examples/web/conditionals index.html
               standard/examples/web/elsupport index.html
               standard/examples/web/format index.html
               standard/examples/web/import index.html index.jsp
               standard/examples/web/iterators index.html
               standard/examples/web/misc index.html
               standard/examples/web/sql index.jsp
               standard/examples/web/xml index.html
  Log:
  - Update template for examples.
  - Some modifs to Introduction
  
  Revision  Changes    Path
  1.17      +22 -30    jakarta-taglibs/standard/examples/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/index.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- index.html	19 Apr 2002 01:29:45 -0000	1.16
  +++ index.html	30 Apr 2002 21:14:30 -0000	1.17
  @@ -9,39 +9,34 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="index.html">Introduction</a> 
  -      &#149; <a href="elsupport/index.html">EL Support </a> &#149; <a href="conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="index.html">Introduction</a> 
  +      &#149; <a href="elsupport/index.html">General Purpose</a> &#149; <a href="conditionals/index.html">Conditionals</a> 
         &#149; <a href="iterators/index.html">Iterators</a> &#149; <a href="import/index.jsp">Import</a> 
         &#149; <a href="format/index.html">I18N & Formatting</a> &#149; <a href="xml/index.html">XML</a> 
  -      &#149; <a href="sql/index.jsp">SQL</a> &#149; <a href="misc/index.html">Misc.</a></td>
  +      &#149; <a href="sql/index.jsp">SQL</a> &#149; <a href="misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
  -<!-- #BeginEditable "body" --> 
  -<h1>Welcome to the standard-examples web application!</h1>
  +<!-- #BeginEditable "body" -->
  +<h2>Welcome to the standard-examples web application!</h2>
   <p>This web application includes a variety of sample JSP pages that showcase the 
  -  JSTL tags currently being specified within the <a href="http://www.jcp.org/jsr/detail/52.jsp">JSR-052 
  +  JSTL tags specified within the <a href="http://www.jcp.org/jsr/detail/52.jsp">JSR-052 
     Expert Group</a>. 
  -<p><b>WARNING: This is Beta 2. The goal of this early access program is to keep 
  -  the community informed of the EG's progress as well as to give the community 
  -  a chance to experiment with the standard tag library (JSTL) early in the specification 
  -  process so that valuable feedback can quickly be channelled back to the Expert 
  -  Group.</b> 
   <h3>Documentation</h3>
  -<p>The <a href="http://www.jcp.org/aboutJava/communityprocess/review/jsr052/index.html">JSTL 1.0 Specification</a> developed by the JSR052 expert group under the <a href="http://www.jcp.org">Java Community Process</a> is a complete JSTL 1.0 reference.</p> 
  +<p>The <a href="http://www.jcp.org/aboutJava/communityprocess/review/jsr052/index.html">JSTL 
  +  1.0 Specification</a> developed by the JSR052 expert group under the <a href="http://www.jcp.org">Java 
  +  Community Process</a> is a complete JSTL 1.0 reference.</p>
   <p>Documentation on the JSTL tags is available at <a href="http://jakarta.apache.org/taglibs/doc/standard-doc">http://jakarta.apache.org/taglibs/doc/standard-doc</a>. 
  -  It is also available as the standard-doc web application of the JSTL Beta 2 release. 
  +  It is also available as the standard-doc web application of the standard taglib 
  +  release. 
   <h3>Mailing Lists</h3>
  -<p>There are three ways to obtain information from or send your comments to the 
  -  JSR052 Expert Group: 
  +<p>There are three ways to obtain information from or send your comments: 
   <ol>
     <li><b>Support</b>: For support/usage questions, please use the <a href="mailto:taglibs-user@jakarta.apache.org">user 
       mailing list</a> of jakarta-taglibs. </li>
  @@ -49,7 +44,7 @@
       the <a href="mailto:taglibs-dev@jakarta.apache.org">developer mailing list</a> 
       of jakarta-taglibs</li>
     <li><b>Comments to the JSR052 EG</b>: To provide the Expert Group with feedback 
  -    on the JSTL, use either the <a href="mailto:taglibs-dev@jakarta.apache.org">developers 
  +    on JSTL, use either the <a href="mailto:taglibs-dev@jakarta.apache.org">developers 
       mailing list</a> at Jakarta, or you may contact the expert group privately 
       at <a href="mailto:jsr-52-comments@jcp.org">jsr-52-comments@jcp.org</a>. All 
       comments will be read, but we cannot guarantee a personal reply to all messages 
  @@ -58,7 +53,7 @@
   <h3>Examples</h3>
   <p>The JSTL examples have been divided in the following categories:</p>
   <ul>
  -  <li><a href="elsupport/index.html">Expression Language Support Tags</a></li>
  +  <li><a href="elsupport/index.html">General Purpose Tags</a></li>
     <li><a href="conditionals/index.html">Conditional Tags</a></li>
     <li><a href="iterators/index.html">Iterator Tags</a></li>
     <li><a href="import/index.jsp">Import Tags</a> </li>
  @@ -131,13 +126,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.9       +11 -16    jakarta-taglibs/standard/examples/web/Templates/ExamplesTemplate.dwt
  
  Index: ExamplesTemplate.dwt
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/Templates/ExamplesTemplate.dwt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ExamplesTemplate.dwt	15 Mar 2002 06:58:09 -0000	1.8
  +++ ExamplesTemplate.dwt	30 Apr 2002 21:14:30 -0000	1.9
  @@ -9,33 +9,28 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" -->{body}<!-- #EndEditable -->
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.11      +11 -16    jakarta-taglibs/standard/examples/web/conditionals/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/conditionals/index.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.html	15 Mar 2002 06:58:09 -0000	1.10
  +++ index.html	30 Apr 2002 21:14:30 -0000	1.11
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -48,13 +46,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.13      +12 -17    jakarta-taglibs/standard/examples/web/elsupport/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/elsupport/index.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- index.html	30 Apr 2002 02:47:27 -0000	1.12
  +++ index.html	30 Apr 2002 21:14:31 -0000	1.13
  @@ -9,24 +9,22 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; an implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  -<h2>Expression Language Support Tags Examples</h2>
  +<h2>General-Purpose Tags Examples</h2>
   <h3>&lt;out&gt;&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/elsupport/Out.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
     <a href="../elsupport/Out.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
  @@ -49,13 +47,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; an implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.15      +11 -16    jakarta-taglibs/standard/examples/web/format/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/index.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- index.html	15 Mar 2002 06:58:10 -0000	1.14
  +++ index.html	30 Apr 2002 21:14:31 -0000	1.15
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -67,13 +65,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.10      +11 -16    jakarta-taglibs/standard/examples/web/import/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/index.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html	30 Apr 2002 02:47:27 -0000	1.9
  +++ index.html	30 Apr 2002 21:14:31 -0000	1.10
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -88,13 +86,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.6       +11 -16    jakarta-taglibs/standard/examples/web/import/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/index.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.jsp	15 Mar 2002 06:58:10 -0000	1.5
  +++ index.jsp	30 Apr 2002 21:14:31 -0000	1.6
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -73,13 +71,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.10      +11 -16    jakarta-taglibs/standard/examples/web/iterators/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/index.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html	15 Mar 2002 06:58:10 -0000	1.9
  +++ index.html	30 Apr 2002 21:14:31 -0000	1.10
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -66,13 +64,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.9       +11 -16    jakarta-taglibs/standard/examples/web/misc/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/misc/index.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.html	15 Mar 2002 06:58:10 -0000	1.8
  +++ index.html	30 Apr 2002 21:14:31 -0000	1.9
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -35,13 +33,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.8       +11 -16    jakarta-taglibs/standard/examples/web/sql/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/index.jsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.jsp	15 Mar 2002 06:58:10 -0000	1.7
  +++ index.jsp	30 Apr 2002 21:14:31 -0000	1.8
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -70,13 +68,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  
  1.12      +11 -16    jakarta-taglibs/standard/examples/web/xml/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/index.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html	30 Apr 2002 02:47:27 -0000	1.11
  +++ index.html	30 Apr 2002 21:14:31 -0000	1.12
  @@ -9,20 +9,18 @@
   
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  -    <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
  -      API and Tags may/will change</b></font></td>
  -    <td align="right" height="0"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +  <tr> 
  +    <td height="0"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
         &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  -      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 EG</a></b></font></td>
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
     <tr> 
  -    <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +    <td bgcolor="#CCCCFF"><font size="-1">Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  +      &#149; <a href="../elsupport/index.html">General Purpose</a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../iterators/index.html">Iterators</a> &#149; <a href="../import/index.jsp">Import</a> 
         &#149; <a href="../format/index.html">I18N & Formatting</a> &#149; <a href="index.html">XML</a> 
  -      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></td>
  +      &#149; <a href="../sql/index.jsp">SQL</a> &#149; <a href="../misc/index.html">Misc.</a></font></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  @@ -76,13 +74,10 @@
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  -    <td height="24"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
  -    <td align="center" height="24"><font size="-1" color="#000099"> <b>Beware 
  -      &#151; API and Tags may/will change</b></font></td>
  -    <td align="right" height="24"><font size="-1" color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  -      <b>&nbsp;&nbsp; <a href="mailto:taglibs-dev@jakarta.apache.org">development</a> 
  -      &nbsp;&nbsp;<a href="mailto:jsr-52-comments@jcp.org">comments to JSR052 
  -      EG</a></b></font></td>
  +    <td height="24"><font color="#000099"><b>standard taglib &#149; implementation 
  +      of the JSP Standard Tag Library &#149; </b></font><font color="#003399"><a href="mailto:taglibs-user@jakarta.apache.org"><b>support</b></a> 
  +      &nbsp;&nbsp;<b><a href="mailto:taglibs-dev@jakarta.apache.org">development</a>&nbsp;&nbsp; 
  +      <a href="mailto:jsr-52-comments@jcp.org">comments to JSR-52</a></b></font></td>
     </tr>
   </table>
   </body>
  
  
  

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