RE: Reg. JSTL expression.

2005-04-21 Thread Ashutosh Satyam
Try this instead c:if test=${param.MODE == 'Primary'} // // /c:if Hope this helps. Regards, Ashutosh -Original Message- From: Iyanu, Rajasekaran [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 2:59 PM To: Struts Users Mailing List Subject: Reg. JSTL

RE: Reg. JSTL expression.

2005-04-21 Thread Karr, David
What do you get when you add the following right before the c:if (including the square brackets): [c:out value=${param.MODE}/] -Original Message- From: Iyanu, Rajasekaran [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 2:29 AM To: Struts Users Mailing List Subject: Reg.