RE: [Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Karr, David
x27;s different between 1.0.x and 1.1.x). > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 01, 2005 10:53 AM > To: user@struts.apache.org > Subject: [Somewhat OT] JSTL problem in Websphere > > > I'm trying to

Re: [Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Frank W. Zammetti
Wendy, there's no other way to say this, so I'll just say it... You kick all manner of a**! That was exactly it, thanks for saving me an hours' worth of banging my head on the desk! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammet

Re: [Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Nick Sophinos
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

[Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Frank W. Zammetti
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 fm