OK.

I can  see it makes sense to use the standard implementation where ever
possible. Thank you for the tip!

I downloaded the binary distribution and Shawn's reference and want to start
working, but...

As described in the instructions, I copied all jar archives to the lib
directory of my web-app, copied c.tld to WEB-INF, added...

<taglib>
    <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
    <taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>

to web.xml and wrote this jsp:

<?xml version = '1.0' encoding = 'windows-1252'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; version="1.2"
          xmlns:c="http://java.sun.com/jstl/core";
          >
  <jsp:directive.page contentType="text/html;charset=windows-1252"/>
  <html>
    <head>
       <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=windows-1252"/>
       <title>test</title>
    </head>
  <body>

  </body>
  </html>
</jsp:root>

Compilation:

Error: java.lang.NullPointerException

Can somebody get me started on using the JSTL standard implementation with
jsp 1.2?

Kind regards.

Thomas Delnoij
Internet Engineer
IMN - SSE Baarn

Mobile: +31 6 144 300 14
EMail: [EMAIL PROTECTED]


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

Reply via email to