JSTL core tags not working inside of a jsp:include?
843838Aug 23 2006 — edited Aug 23 2006I have declared the core JSTL tag and have a jsp include tag that calls another jsp page. I want to be able to execute a c:if statement inside the included file, but the c:if statement does not execute and is read back to me within the html. This is a frustrating problem because the EL returns a true or false based on the param I sent, but the c:if does not run.
Is there a way to fix this, or is this something that I can't change?
Note: I have found a workaround by using the include directive. I would rather use the jsp:include action, but unless this problem gets solved I will be sticking with the directive.
Thanks
Message was edited by:
nberveiler