Re: Problem using logic:present tag

2006-07-18 Thread Laurie Harper
Pankaj Gupta wrote: Hi All, I am passing parameters to my JSP like: contextRelative="false"/> and reading the parameter using logic:present tag which is not working: < bean:message key = "activeTitle"/> However if I do the same thing using scriptlets: <% if(request.getParameter("is

Problem using logic:present tag

2006-07-14 Thread Pankaj Gupta
Hi All, I am passing parameters to my JSP like: contextRelative="false"/> and reading the parameter using logic:present tag which is not working: < bean:message key = "activeTitle"/> However if I do the same thing using scriptlets: <% if(request.getParameter("isActive") != null