Hey Keith,
I think you've got it. You might want to check section 8.3 of the JSTL
specification on how JSTL does it's full Locale lookup, it might be that the
page author specified the preferred locale through the request attributes
and then you're thrown off-balance. There are some other exceptio
yes
CLASSPATH=...:$TOMCAT_HOME/lib/servlet.jar:...
export ... CLASSPATH ...
-Original Message-
From: Gaurav Vaish [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 1:50 AM
To: Tag Libraries Users List
Subject: Re: Internal Servlet Error using Taglibs-image on Tomcat 3.2.3
and j2sdk
Do you have the servlet.jar in your classpath?
Cheers,
Gaurav
http://gallery.mastergaurav.net/
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 15, 2004 11:16
Subject: Internal Servlet Error using Taglibs-image on Tomcat 3.2.3 and
j2sdk1.4.1_
Hi !
I installed the image-examples under webapps in Tomcat v3.2.3 using
j2sdk1.4.1_06 and I when I run http://myserver/image-examples/index.jsp I
get an Internal Servlet Error with a root cause:
java.lang.NoSuchMethodError:
javax.servlet.http.HttpServletRequest.getRequestURL()Ljava/lang/StringBuf
Hi,
I've created a taglib to do basic searching/indexing with Lucene. The
docs/examples/source/binaries is at http://www.javaxp.net/lucene-taglib/
It's still quite incomplete but the basic functions are there.
Regards,
Iskandar Salim