I can not use EL <c:out value="${inquiryListID.id}"/> in my jsp, -
i use "working server: apache tomcat/6.0.36 servlet specification: 2.5 jsp version: 2.1" in jsp page, used el tag <c:out value="${inquirylistid.id}"/>
.
when renders page, displaying ${inquirylistid.id} only.
its value not show.
please explain me do?
in page directive of jsp place attribute iselignored="false"
example : <%@ page iselignored="false" %>
this should display value of ${inquirylistid.id}
check if works
Comments
Post a Comment