Hello,
We are using scriplets in JSTL if condition to compare values. This was working correctly in Jboss EAp 6.4, however after migrating to wF 18, this same is causing JSP compilation error.
Below is the sample of codition which we have used.
<c:if test='${var1 != "<%= Object.xx.getxxx() %>"
Any idea, what is changes in WF18?
Note: We are using jboss-jstl-api_1.2_spec.
Regards,
Ashwini Jadhav.