Originally posted by amit sanghai: thanks. Please dont laugh because I am new to JSP. In custom tags you had to write the tag handler classes.
Right - the point of JSTL is to provide standard tags that work the same anywhere. As long as you download a JSTL implementation, the hard work has been done for you already. You simply use the right <%@ taglib %> directive and then can use tags like <c ut>, <c:forEach>, etc., without having to program any tag-handler implementation classes yourself.
Shawn Bayern<br />"JSTL in Action" <a href="http://www.jstlbook.com" target="_blank" rel="nofollow">http://www.jstlbook.com</a>
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.