Re: why the jstl didn't work :(

2003-04-01 Thread joni santoso
so in the web.xml's taglib's uri is http://java/jsp/jstl/...? and in the jsp files also like that? On Mon, 31 Mar 2003 22:33:55 -0800 Pierre Delisle [EMAIL PROTECTED] wrote: If you've downloaded the nightly recently, the URI for core (and all other taglibs) in JSTL 1.1 has changed to:

Changes from tomcat 4.0.6 to 4.1.x

2003-04-01 Thread Werno, Peter
Hello List, I had written some Tags for a website that worked well with tomcat 4.0.x but when we installed the same on 4.1.x it ceased working. Here is the snipplet of code that causes problems: - snip - public class myTag extends TagSupport { public int doStartTag() throws

RE: why the jstl didn't work :(

2003-04-01 Thread Wendy Smoak
so in the web.xml's taglib's uri is http://java/jsp/jstl/...? and in the jsp files also like that? I have *no* taglibs defined in web.xml. The JSP's have: %@ taglib uri=http://java.sun.com/jstl/core; prefix=c % And JSTL works fine. HTH... -- Wendy Smoak