Re: why the jstl didn't work :(

2003-04-02 Thread joni santoso
I use tomcat4124. I got this error no matter i defined it or not :( The server encountered an internal error () that prevented it from fulfilling this request. org.apache.jasper.JasperException: This absolute uri (http://java.sun.com/jstl/core) cannot be resolved in either web.xml or the jar

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:

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

why the jstl didn't work :(

2003-03-31 Thread joni santoso
Hi, I have downloaded jakartataglib and tried to deploy it on tomcat 4118 and 4124. i even have tried running the examples. but still no avail. can anyone tell me :(. this is the error message: I have added the taglib in web.xml like this : !-- taglib

Re: why the jstl didn't work :(

2003-03-31 Thread Pierre Delisle
If you've downloaded the nightly recently, the URI for core (and all other taglibs) in JSTL 1.1 has changed to: http://java.sun.com/jsp/jstl/core http://java.sun.com/jsp/jstl/fmt ... Sorry for the inconvenience... -- Pierre joni santoso wrote: Hi, I have downloaded jakartataglib and