RE: Can you test for a cookie's value using c:if tag?

2002-03-23 Thread Shawn Bayern
On Sat, 23 Mar 2002, Matt Raible wrote: > Is there anyway to test if cookieValue *contains* a String, rather > than just == 'String'? No. For that, you'll need a custom taglib (or, of course, the dreaded scriptlet). :) Ultimately, I'd personally like to see some string support in JSTL (like B

RE: Can you test for a cookie's value using c:if tag?

2002-03-23 Thread Matt Raible
Is there anyway to test if cookieValue *contains* a String, rather than just == 'String'? > -Original Message- > From: Shawn Bayern [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 10:36 PM > To: Tag Libraries Users List; [EMAIL PROTECTED] > Subject: Re: Can you test for a coo