Re: taglib uri

2004-11-03 Thread Big Chiz
for JSTL 1.1/JSP 2.0 on tomcat, you dont need to define the tld on your web.xml so using the uri jsp/jstl on your jsp pages would be fine. also notice in the web.xml use below http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http:

RE: taglib uri

2004-11-03 Thread Ross, Douglas
I entered a similar question and got no response. I'm not sure why there was no response, maybe no one knows. The purpose of the JSP page <%@ taglib> URI attribute in my "opinion" is to allow developers to use short convenient names which map to uri entries in the web.xml file. The app server sh

Re: taglib uri

2004-11-03 Thread Felipe Leme
On Wed, 2004-11-03 at 11:40, Chris Gow wrote: > I'm a little puzzled. Which is incorrect and why? Both are correct: the jsp/jstl/xxx must be used on JSTL 1.1/JSP 2.0, while the jstl/xxx must be used on JSTL 1.0/JSP 1.2. There is a reason, I think, is backward-compatibility (I'm not sure, thought)

Re: standard taglib documentation

2004-11-03 Thread Andrew Petro
I highly recommend Shawn Bayern's "JSTL in Action". It's well-written, immensely useful. I keep it within arm's reach whenever I write JSPs. I have given several copies of this book and myself keep one copy at work, one copy at home, and the eBook PDF handy on the laptop. I agree with the po

taglib uri

2004-11-03 Thread Chris Gow
Hi: I noticed in the application documentation that distributed with the 1.1 that the URI I am supposed to define in my JSP page is http://java.sun.com/jsp/jstl/core. However, in order to get jstl to work correctly, I had to use http://java.sun.com/jstl/core (note that the jsp part has been re

Re: standard taglib documentation

2004-11-03 Thread Chris Gow
On November 3, 2004 07:53 am, John Fereira wrote: > At 01:48 PM 11/2/2004 -0800, Martin Cooper wrote: > >Well, there's the spec itself, which is actually very readable. > > > >There's also the (freely available) Appendix A from Shawn Bayern's > >"JSTL In Action", which is what I tend to use: > > >

Re: standard taglib documentation

2004-11-03 Thread John Fereira
At 01:48 PM 11/2/2004 -0800, Martin Cooper wrote: Well, there's the spec itself, which is actually very readable. There's also the (freely available) Appendix A from Shawn Bayern's "JSTL In Action", which is what I tend to use: http://www.manning.com/bayern The full link to Shawn's reference can be