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