You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Iyanu, Rajasekaran" <Ra...@fmr.com> on 2005/04/21 11:28:45 UTC

Reg. JSTL expression.

Hi,

 I'm using the following JSTL expression in my JSP page,

  <c:if test='${ param.MODE == "Primary"}'>
	  //
	  //
  </c:if>

 The value for the attribute MODE is assigned in my Action class and is
available in the request.

 But the JSTL  expression always returns false even if the MODE is set
as Primary. 

 Can anyone please help me in this regard.

 Thanks and Regards
 Rajasekaran Iyanu