I get the following errors when adding the following EL to jsp in indigo eclipse.
<form action="${pageContext.request.contextPath}/user"> ... </form>
However, the application works fine without any compilation error. I double check servlet-api 2.5 and jst 1.2 jars are in class path in Eclipse IDE.
If I delete ${pageContext.request.contextPath} , it will not show any errors.
Can someone help me rid me of these errors?
eclipse jsp jstl
Amit Patel Jan 16 '12 at 11:26 2012-01-16 11:26
source share