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 ????????

Recommended Answers

All 2 Replies

Post the entire code of the JSP file. Posting bits and pieces here and there would in no way help you out.

Do you also tell the system that it's a JSP rather than plain old html with a funky namespace line?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.