RE: JSTL c:if question

2005-03-01 Thread CRANFORD, CHRIS
nts. Hope this helps. Chris -Original Message- From: David Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 6:24 PM To: Struts Users Mailing List Subject: JSTL c:if question a little off topic but.. I have a variable (a string named "mode") in request scope a

Re: AW: JSTL c:if question

2005-02-28 Thread Kris Schneider
r me ;-) ) > > kr, > guenther > > -Ursprüngliche Nachricht- > Von: David Johnson [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 01. März 2005 00:24 > An: Struts Users Mailing List > Betreff: JSTL c:if question > > a little off topic but.. > > I h

AW: JSTL c:if question

2005-02-28 Thread Günther Wieser
--Ursprüngliche Nachricht- Von: David Johnson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 01. März 2005 00:24 An: Struts Users Mailing List Betreff: JSTL c:if question a little off topic but.. I have a variable (a string named "mode") in request scope and I want to display something

JSTL c:if question

2005-02-28 Thread David Johnson
a little off topic but.. I have a variable (a string named "mode") in request scope and I want to display something conditionally in the JSP. Right now, I have the following, which doesnt work. The error is 2: Illegal scope attribute without var in "c:if" tag. What am I doing wrong? first t