Re: Problems with JSTL stuff

2004-08-06 Thread Pierre Delisle
This alias is for comments on the JSTL specification. For support or usage questions, please use JSTL related lists such as "[EMAIL PROTECTED]". Nath, Vikram wrote: > Hello Folks, >I am facing problems with the JSTL stuff. As soon as i include the > following script to import JSTL I get e

Problems with JSTL stuff

2004-08-05 Thread Nath, Vikram
Hello Folks, I am facing problems with the JSTL stuff. As soon as i include the following script to import JSTL I get error both shown below. I wish to know what I could do to rectify it. I badly need your advice and urgently, as it has held up my major stuff. I have used it before with a diffe

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-10 Thread Kris Schneider
Okay, looks like another TC bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26838 Quoting Aadi Deshpande <[EMAIL PROTECTED]>: > The problem manifests itself when you have a with > a that in turn has a > > i.e. a c:import with parameters,in which the imported file has an empty > ta

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-09 Thread Aadi Deshpande
The problem manifests itself when you have a with a that in turn has a i.e. a c:import with parameters,in which the imported file has an empty tag c:import. an example : file : xml_test1.jsp <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> file : xml_test2.jsp <%@ tag

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-06 Thread Kris Schneider
Can you post a small example of a JSP that fails? Quoting Aadi Deshpande <[EMAIL PROTECTED]>: > The latest build of Tomcat still has this problem, if anyone was > following along. > > Thanks again for the help ; I'll try grepping the tomcat-users mailing > list for some help. > > -a > > Aadi

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-06 Thread Aadi Deshpande
The latest build of Tomcat still has this problem, if anyone was following along. Thanks again for the help ; I'll try grepping the tomcat-users mailing list for some help. -a Aadi Deshpande wrote: See, I _knew_ I was overlooking something ( like a basic understanding of Bugzilla) ! Thanks,

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-05 Thread Aadi Deshpande
See, I _knew_ I was overlooking something ( like a basic understanding of Bugzilla) ! Thanks, I'll check it out.. -a Kris Schneider wrote: The jakarta-tomcat-5-bin-20040203.zip build seems to work for me. The bug was reported *against* 5.0.18. Quoting Aadi Deshpande <[EMAIL PROTECTED]>: I'

RE: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-05 Thread Jason . West
04 12:45 AM To: Tag Libraries Users List Subject: RE: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string I think this is what I was seeing when I was running JDK 1.4.1 instead of 1.4.2. I *thought* I was running 1.4.2, but it turned out that my

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-05 Thread Kris Schneider
The jakarta-tomcat-5-bin-20040203.zip build seems to work for me. The bug was reported *against* 5.0.18. Quoting Aadi Deshpande <[EMAIL PROTECTED]>: > I've just upgraded to TC 5.0.18 and J2SDK 1.4.2_03. > > The problem persists in this environment as well, though the Bug ID that > Kris gave was

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-05 Thread Aadi Deshpande
I've just upgraded to TC 5.0.18 and J2SDK 1.4.2_03. The problem persists in this environment as well, though the Bug ID that Kris gave was marked as resolved for 5.0.18, so maybe something more that I'm overlooking here? Thanks, -aadi Pierre Delisle wrote: To make things easier, make sure

RE: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-04 Thread Martin Cooper
ttpServlet.service(HttpServlet.java:743) > javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > when I hit an x:transform > > > > > > > There seems to near nothing on this exception in google. > > TIA > > -Original Message-

RE: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-04 Thread Jason . West
a:856) when I hit an x:transform There seems to near nothing on this exception in google. TIA -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:44 PM To: Tag Libraries Users List Subject: Re: Problems with JSTL 1.1 and Tom

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-04 Thread Pierre Delisle
To make things easier, make sure you run Tomcat using J2SE 1.4.2. You can find the details at: http://jakarta.apache.org/taglibs/doc/standard-doc/standard/GettingStarted.html -- Pierre Aadi Deshpande wrote: Hi, I'm tryin to use Tomcat 5 and the newly released JSTL 1.1 and I get the following

Re: Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-04 Thread Kris Schneider
Try a nightly build of TC 5. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26611 And this recent thread: http://marc.theaimsgroup.com/?t=10754069598 Quoting Aadi Deshpande <[EMAIL PROTECTED]>: > Hi, I'm tryin to use Tomcat 5 and the newly released JSTL 1.1 and I get > the followi

Problems with JSTL 1.1 and Tomcat 5 : UnresolvableException: $prefix:javax.servlet.include.query_string

2004-02-04 Thread Aadi Deshpande
Hi, I'm tryin to use Tomcat 5 and the newly released JSTL 1.1 and I get the following error whenever I try to do a x:anything? I've gotten this same error under the Beta 1 running under Tomcat 5. Does anyone have any insight into why I would be getting this error? I thought the JSTL was tested u

Re: Problems with JSTL

2002-08-25 Thread Shawn Bayern
On Sun, 25 Aug 2002, Andreas wrote: > I'm using Tomcat 4.0.4 with jdk 1.4.0 on a RedHat 7.2 system. I've > installed the JSTL in the WEB-INF/lib directory of my application but > I get a message that the absolute path http://java.sun.com/jstl/core > can neither be resolved by a tld nor by the war

Problems with JSTL

2002-08-25 Thread Andreas
Hi there, I'm using Tomcat 4.0.4 with jdk 1.4.0 on a RedHat 7.2 system. I've installed the JSTL in the WEB-INF/lib directory of my application but I get a message that the absolute path http://java.sun.com/jstl/core can neither be resolved by a tld nor by the war-file. I tried to install the sta