Hi,
I have two taglibs.
1. myTag1
2. myTag2
Both taglibs essentially do the following:
I have a one.jsp on which i am using a taglib called
Inside the taghandler class i do the following:
try
{
pageContext.i
In that case your doctype is still wrong! Tomcat has a Catalog of DTDs
which it resolves based on the supplied Public Identifier. I run our app
just fine on my laptop with no internet connection.
You have a typo in your Public Identifier:
"-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2/EN"
s
I started off with that, but the computer I'm working from does not have internet
access. You get a specific error message for DTD not found for that one. Been there,
done that, got the t-shirt.
I moved the DTD from the internet to the below path to fix the problem.
Anyone else?
--- Jon Wingfi
Oops. Right you are. Didn't read the error message ;(
Looks like the taglibs dtd wasn't found. Try
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
at the start of your tablib file.
(sorry about the line-wrap)
Jon
Thomas Hehl wrote:
I started with that, and it produced the same results. I
I started with that, and it produced the same results. I then coded it as it is to
eliminate the web.xml from being the problem.
--- Jon Wingfield <[EMAIL PROTECTED]> wrote:
>Put a taglib entry in your web.xml:
>
>
> your_uri_here
> /WEB-INF/taglib.tld
>
>
>and change your jsp page:
Put a taglib entry in your web.xml:
your_uri_here
/WEB-INF/taglib.tld
and change your jsp page:
<%@ taglib uri="your_uri_here" prefix="ft" %>
As per section JSP.7.3.6.3 of the JSP 1.2 specification, available here:
http://www.jcp.org/aboutJava/communityprocess/final/jsr053/
Also:
h
I have never used taglibs before. Be warned!:)
New setup of tomcat 4.12. The tag itself is stored in
WEB-INF/lib/forerunner-webapps.jar, but the error is the same whether the jar file is
there or not. I simply don't know where to look next.
I am getting the following error (edited):
2003-09-09
I'll do that, thanks
--- Tim Funk <[EMAIL PROTECTED]> wrote:
> I thought I saw a bug report similar to this that
> had to do something with
> jdk1.4.2. Try using 1.4.1 or lower and see what
> happens.
>
> -Tim
>
> Jesús Antonio Sánchez A. wrote:
> > Hi I wrote some custom taglibs, but I get th
I thought I saw a bug report similar to this that had to do something with
jdk1.4.2. Try using 1.4.1 or lower and see what happens.
-Tim
Jesús Antonio Sánchez A. wrote:
Hi I wrote some custom taglibs, but I get the
following error:
org.apache.jasper.JasperException: File "/dodo" not
found
I have
Hi I wrote some custom taglibs, but I get the
following error:
org.apache.jasper.JasperException: File "/dodo" not
found
I have the following configuration in my web.xml
/dodo
/WEB-INF/jsp/csajsp.tld
and I call it in my jsp file in the following way:
<%@ taglib uri="/dodo" pr
Hi I wrote some custom taglibs, but I get the
following error:
org.apache.jasper.JasperException: File "/dodo" not
found
I have the following configuration in my web.xml
/dodo
/WEB-INF/jsp/csajsp.tld
and I call it in my jsp file in the following way:
<%@ taglib uri="/dodo" pr
I got a taglib that every time I try use it got a "Unable to find
setter method for attribute: class" error. The problem is that this
taglib just doesn't have such attribute. I found the error was in it by
commenting out the taglib call from my JSP file.
Attached to this mail I send my taglib d
Hello,
I'm using Tomcat 4.0.3 under linux with j2sdk1.4.0. I developped a web
application that works great under nt (same jvm, same Tomcat) but under
linux, it complains about a missing tag (but I have them included in my
web.xml).
Does someone has an idea why it works on NT 4
Hi,
i changed from Apache 1.3.19/Tomcat 3.2.3 to Apache 1.3.19/Tomcat
4.0.1 on SUSE Linux 7.3. Now I'am encountering a taglib problem. My
dynamic bodycontents are not processed in the proper way anymore. I
put an url rewriting example example in this mail.
I hope somebody can help.
T
On Tue, 23 Oct 2001, Jonathan Pierce wrote:
> Date: Tue, 23 Oct 2001 15:06:41 -0400
> From: Jonathan Pierce <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: encodeURL,servlet,jsp,IO taglib problem
>
> I have the following scenario:
>
> I
I have the following scenario:
I have a servlet whose response returns HTML containing a FRAME whose URL SRC is
a jsp page. The jsp page uses the IO tag library http tag with action = GET to
return embedded content from a URL that is dynamically built by the servlet and
passed as an argument to t
I am forwarding the attached email again seems like I sent the email at
a bad time yesterday (no response yet).
> [Sorry to crosspost against Struts --- I think the problem could be fixed
> by either Struts or Tomcat audience]
>
> I am using Tomcat 3.2.2 and Struts 1.0 for translating the j
[Sorry to crosspost against Struts --- I think the problem could be fixed by
either Struts or Tomcat audience]
I am using Tomcat 3.2.2 and Struts 1.0 for translating the jsp pages.
When I compile a jsp pages containing reference to struts cutom tag library,
I get the following error message:
20
18 matches
Mail list logo