glenn       01/03/04 10:58:54

  Modified:    jdbc/examples/web index.html
  Log:
  Add support for JNDI named JDBC DataSource, contributed by Rich Catlett.
  
  Revision  Changes    Path
  1.3       +14 -0     jakarta-taglibs/jdbc/examples/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jdbc/examples/web/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html        2001/01/31 00:44:16     1.2
  +++ index.html        2001/03/04 18:58:54     1.3
  @@ -32,5 +32,19 @@
       <input type="submit" name="Submit" value="Submit">
     </p>
     </form>
  +<P>Enter your JNDI named JDBC DataSource and hit "submit" to test the JDBC tags.</P>
  +<form name="form1" action="jndijdbc.jsp" method="get" >
  +  <table width="90%" border="0" cellspacing="0" cellpadding="0">
  +    <tr>
  +      <td>JNDI named JDBC DataSource</td>
  +      <td>
  +        <input type="text" size="40" name="jndiname">
  +      </td>
  +    </tr>
  +   </table>
  +  <p>
  +    <input type="submit" name="Submit" value="Submit">
  +  </p>
  +  </form>
   </body>
   </html>
  
  
  

Reply via email to