I am a beginner in jsp and jstl. I found this page very helpful excep at two points where i got stuck. These are 1)Instead of <%@ taglib prefix="c" ri="http://java.sun.com/jstl/core" %> the following worked <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> IS THIS SPECIFIC TO MY VERSION OF TOMCAT OR IS IT WRONG. i am using Tomcat5.5.20 and in greeting1 it should be out.println("we welcome"+"<br>"); instead of out.println("we welcome"+<br>);
View All Comments
| View Tutorial