I use "Working with server: Apache Tomcat/6.0.36
Servlet Specification: 2.5
JSP version: 2.1"
In my JSP page, I used EL with this tag <c:out value="${inquiryListID.id}"/>
.
When it renders the page, it is displaying ${inquiryListID.id} only.
Its value does not show.
Please explain me what to do?