SCJP with 98% by...
<jsp:useBean id="cities" class="com.company.util.LocationBean" scope="request" />
${cities.locations[0]}
SCJP with 98% by...
This is something that you should remedy immediately.Originally posted by Erap Estrada:
I dont have JSP Spec here
SCJP with 98% by...
SCJP with 98% by...
SCJP with 98% by...
SCJP with 98% by...
SCJP with 98% by...
It's all in the JSP FAQ.Originally posted by Erap Estrada:
How will i confirm that?
How would i know which version to use?
Umm, no. That has nothing to do with the JSTL; it delcares your web app as a using servlets 2.4.I am using apache tomcat 5.5 and in my web.xml there is "http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd", which i assume as JSTL declaration.
Originally posted by Suman Sharma:
Make sure you have used the following:
1)<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> in jsp file.
2)In web.xml:
3) web.xml and c.tld files should be in WEB-INF directory.
SCJP with 98% by...
SCJP with 98% by...
Declaration in the top most of jsp page is:
Now, i have no idea what JSP, Servlets, JSTL, I am using.
SCJP with 98% by...
SCJP with 98% by...
SCJP with 98% by...
I have a knack for fixing things like this ... um ... sorry ... here is a consilitory tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|