I know that EL is working (2.4 DTD on weblogic 9.2) as ${pageContext.request.requestURI} is rendering correctly, but I'm having difficulty declaring a variable in the page and referencing it later on, specifically:
<% boolean myBoolean = true; %>
...
<cut value="${pageScope.myBoolean}" />
I've got jstl-1.1.jar and standard-1.1.jar deployed in my WEB-INF/lib