Re: Using JSTL with Resin 2.0.5 and Tomcat 4.0.3

2002-04-21 Thread Martin Cooper
Shawn, Thanks! You're right on both counts. I've upgraded to Resin 2.1.0 and Tomcat 4.0.4-b2, and they're both working just fine. -- Martin Cooper - Original Message - From: "Shawn Bayern" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Sunday, April 21, 20

Re: Using JSTL with Resin 2.0.5 and Tomcat 4.0.3

2002-04-21 Thread Shawn Bayern
Martin, I believe you're hitting two entirely different bugs, one in Resin and one in Tomcat. The Resin issue is, I believe, a known bug in 2.0.5; my impression was that there is a later release that addresses the issue. Tomcat 4.0.3 indeed looks like it fails to sense TLD files automatically.

Using JSTL with Resin 2.0.5 and Tomcat 4.0.3

2002-04-21 Thread Martin Cooper
So I have two puzzles now. I've been using JSTL (Beta 2) with Resin 2.0.5. Things seem to work in general. I just copied all the jar files into my WEB-INF/lib, wrote some JSP, and it worked. Until, that is, I tried . It doesn't seem to matter what flavour of collection I pass in 'items', it only

RE: c:if puzzle

2002-04-21 Thread emcshadow
Oops, Shawn, sorry, that was actually what I tried just a bit sloppy in my typing, here's a cut and paste straight from the JSP: *** Found with JSTL! Still returns true... :-( .. as does *** Found with J

RE: c:if puzzle

2002-04-21 Thread Zhao Cheng
I am not sure will be translated into what? just wondering whether you should use ? Because test=something is just an assignment, it should return true. Zhao At 11:38 PM 4/21/2002 -0400, Shawn Bayern wrote: >On Sun, 21 Apr 2002, emcshadow wrote: > > > Thanks Shawn, > > > > > > Actually I've

RE: c:if puzzle

2002-04-21 Thread Shawn Bayern
On Sun, 21 Apr 2002, emcshadow wrote: > Thanks Shawn, > > > Actually I've tried all sorts of permutations... this one: > > > *** Found with JSTL! > > > Returns true as well!!! You need to use the syntax exactly as I've described it: Note the

RE: c:if puzzle

2002-04-21 Thread emcshadow
Thanks Shawn, Actually I've tried all sorts of permutations... this one: *** Found with JSTL! Returns true as well!!! -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 21, 2002 8:38 PM To: Tag Libra

Re: c:if puzzle

2002-04-21 Thread Shawn Bayern
On Sun, 21 Apr 2002, emcshadow wrote: > > *** True! > > > Prints True... so does > > > *** True! > > > I've got all the beta2 libs in my WEB-INF/lib ... other JSTL tags work > ok, including the iterators...

c:if puzzle

2002-04-21 Thread emcshadow
I may be missing something obvious, but this tag is always returning true for me no matter what the condition. E.g. *** True! Prints True... so does *** True! I've got all the beta2 libs in m