Taglib problem with more information ...

2003-11-26 Thread Mufaddal Khumri
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

Re: Annoying taglib problem

2003-09-11 Thread Jon Wingfield
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

Re: Annoying taglib problem

2003-09-10 Thread Thomas Hehl
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

Re: Annoying taglib problem

2003-09-10 Thread Jon Wingfield
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

Re: Annoying taglib problem

2003-09-10 Thread Thomas Hehl
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:

Re: Annoying taglib problem

2003-09-10 Thread Jon Wingfield
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

Annoying taglib problem

2003-09-10 Thread Thomas Hehl
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

Re: custom taglib problem

2003-08-04 Thread Jesús Antonio Sánchez A.
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

Re: custom taglib problem

2003-08-04 Thread Tim Funk
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

custom taglib problem

2003-08-04 Thread Jesús Antonio Sánchez A.
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

custom taglib problem

2003-08-04 Thread Jesús Antonio Sánchez A.
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

weird taglib problem

2002-11-04 Thread Felipe Schnack
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

taglib problem

2002-04-29 Thread Frederic Rouyre
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

Tomcat 4.0.1 taglib problem

2001-11-14 Thread Thomas Rickal, IOP Unternehmensberatung GmbH
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

Re: encodeURL,servlet,jsp,IO taglib problem

2001-10-23 Thread Craig R. McClanahan
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

encodeURL,servlet,jsp,IO taglib problem

2001-10-23 Thread Jonathan Pierce
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

FW: jspC and taglib problem

2001-06-26 Thread Sibon Barman
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

jspC and taglib problem

2001-06-25 Thread Sibon Barman
[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