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:
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
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)
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
No.
The taglib-uri you configure is just an alias, a name you use to refer
to the taglib. The taglib-uri you configure in your web.xml is the
same uri you use for your JSP page <%@ taglib uri="..." %>.
Dinesh Somasundram wrote:
>
> Hi All,
>
> Sorry guys... l
Hi All,
Sorry guys... like I said, I'm a newbie. My question, when I install a
taglib, do I have to change the taglib-uri in the web.xml file to reflect my
Apache WebServer (i.e. http://localhost:8080/ or do I leave it as what it is
in the documentation?
i.e.
http://jakarta.apach
Do you have jaxp.jar file or compatible? The second thing the line 3
<%@ taglib prefix="rdbm" uri="/rdbmstags6_0.tld" %>
has to be as
<%@ taglib uri="/rdbmstags6_0.tld" prefix="rdbm" %>
"Raible, Matt" wrote:
> I get the follow
Try <%@ taglib prefix="rdbm" uri="/WEB-INF/rdbmstags6_0.tld" %>
Lee
-Original Message-
From: Raible, Matt [mailto:[EMAIL PROTECTED]]
Sent: 20 February 2001 17:41
To: [EMAIL PROTECTED]
Subject: RE: Taglib URI error in Weblogic60
I get the following error wh
due to an error in /Project.jsp line 3:
<%@ taglib prefix="rdbm" uri="/rdbmstags6_0.tld" %>
Tue Feb 20 10:41:57 MST 2001
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 19, 2001 3:25 AM
To: [EMAIL PROTECTED]
Sub
Memo from Nic Hobbs of PricewaterhouseCoopers
Start of message text
Mark,
Try giving the 'full path' to the tld as in <%@ taglib uri="/WEB-INF/taglib.tld"
prefix="input" %>
this works for me in WLS 6.0.
HTH
Ni
L PROTECTED]]On Behalf Of Hans
Bergsten
Sent: Wednesday, February 14, 2001 3:02 PM
To: [EMAIL PROTECTED]
Subject: Re: Taglib URI error in Weblogic60
Mark Scott wrote:
>
> Hi All,
> having some trouble deploying my custom Tag, this is the error...
> thanks in advance
> Parsing of JSP F
"-" is
my typing
-Original Message-From: mmuchnik
[mailto:mmuchnik]On Behalf Of Maya MuchnikSent: Wednesday,
February 14, 2001 2:23 PMTo:
[EMAIL PROTECTED]Subject: Re: Taglib URI error in
Weblogic60The last my attempt. Mark, Do you have
"-" in the
solve 'taglib' into a valid tag library
> probably occurred due to an error in /test/tagpage.jsp line 1:
> <%@ taglib uri="taglib" prefix="input" %>
The value of the uri attribute must be either a symbolic name that's
mapped to the real location of the
ed numerous combinations, still the mesg
persists
my jsp is under my webapp root
the web.xml & taglib.tld are both in WEB-INF
see my code below..
Can anyone help with this ?
-Original Message-
From: Hui Lin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 1:35 PM
To: [EMA
The last my attempt.
Mark,
Do you have "-" in the following or this is your typing:
in jsp
-<%@
taglib uri="taglib" prefix="input" %>
in web.xml
-
Maya
Mark Scott wrote:
>Try to use "/taglib" instead of "taglib"
still the mesg
persists
my jsp is under my webapp root
the web.xml & taglib.tld are both in WEB-INF
see my code below..
Can anyone help with this ?
-Original Message-
From: Hui Lin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 1:35 PM
To: [EMAIL PROTECTED]
Subject
PROTECTED]]
Sent: Wednesday, February 14, 2001 12:17 PM
To: [EMAIL PROTECTED]
Subject: Taglib URI error in Weblogic60
Hi All,
having some trouble deploying my custom Tag, this is the error...
thanks in advance
Parsing of JSP File '/test/tagpage.jsp' failed:
/test/tagpage.jsp(1): Could no
ably occurred due to an error in /test/tagpage.jsp line 1:
<%@ taglib uri="taglib" prefix="input" %>
--
my directories look like this
myserver
test
- tagpage.jsp
WEB-INF
-web.xml
-taglib.tld
-------
18 matches
Mail list logo