We had a similar problem with Jetty and had to resort to referencing the taglib
via a file path to the tld file. These files come with the download of JSTL.

- Nick


On 12/1/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> I'm trying to deploy a Struts-based app to Websphere (5.1 I believe) that
> is now using JSTL in most places.  I have jstl.jar and standard.jar in
> WEB-INF/LIB (both versions 1.1.2).  On my page I have:
>
> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"; %>
>
> This matches the URI in the fmt.tld in standard.jar.  I previously had:
>
> <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"; %>
>
> Now, BOTH of those worked under Tomcat, but under Websphere I'm seeing:
>
> Error 500: File "http://java.sun.com/jsp/jstl/fmt"; not found
>
> Same thing for both, with the applicable URI of course.  What bit of
> stupidity am I committing here?  Thanks!
>
> --
> Frank W. Zammetti
> Founder and Chief Software Architect
> Omnytex Technologies
> http://www.omnytex.com
> AIM: fzammetti
> Yahoo: fzammetti
> MSN: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to