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

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -