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

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:

RE: [Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Karr, David
I believe that Websphere 5 is not a JSP 2.0 container (Websphere 6 is). Assuming that's true, you have to use the 1.0.x versions of the JSTL. Version 1.1.x is used in JSP 2.0 containers. You'll also have to make sure the taglib uri matches the one in the TLD file in the taglib jar (it's different