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
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
2 matches
Mail list logo