Hello All
I am facing a very complicated problem where I am not able to use the <c:set> action in my
JSP file.
I have the following piece of lines in my JSP file:
The c:out and c:if actions behaves fine but when I add the c:set action i get the error as this:
Unexpected error: javax.servlet.ServletException: javax.servlet.jsp.JspException: ServletException in '/jsp/fpgLayout.jsp': javax/servlet/jsp/el/VariableResolver
I am using JSP1.2 and
Tomcat 4. I have also added the 2 jars required for JSTL in WEB-INF/lib.
Please do let me know where I go wrong or what is to be done.
Thanks
Sachin