hello everyone I am using jstl tags such as
c:forEach to retrieve values from Bean through servlet ...........For some page if i put this statement (xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4") in web.xml ,i get the correct ouput
& for other jsp its showing ${} values as it is like ${bean.name}..........
what to do is there any solution ????????