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

2002-03-30 Thread Shawn Bayern
On 29 Mar 2002, David M. Karr wrote: > Curious. Not that I would necessarily want to do this, but from the > JSTL specification, it almost seems like you could do something like > this: > > > > > So it appears that simple access to cookies is in the XML tags, but > not the core tags? Pl

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

2002-03-29 Thread David M. Karr
> "Shawn" == Shawn Bayern <[EMAIL PROTECTED]> writes: Shawn> On Thu, 21 Mar 2002, Matt Raible wrote: >> Is it possible to do the following with JSTL? >> >> >> learner >> Shawn> Ah, I was hoping someone would ask. The answer is "no, not exactly like Shawn>

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] > Subjec

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

2002-03-21 Thread Shawn Bayern
On Thu, 21 Mar 2002, Matt Raible wrote: > Is it possible to do the following with JSTL? > > > learner > Ah, I was hoping someone would ask. The answer is "no, not exactly like that," but you can still use JSTL to access cookies. While web developers often have the urge to access a cooki

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

2002-03-21 Thread Matt Raible
Is it possible to do the following with JSTL? learner -- To unsubscribe, e-mail: For additional commands, e-mail: