RE: JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03)

2004-03-16 Thread Johnson, Chris
That gets rid of the xalan file search, but the performance is still awful. For now I guess I'll try to look into xslt, but this looks like a bug that needs to be fixed or something. Who else needs to know about this to get it either fixed, or to tell me what else I might be doing wrong (if

Tiles and run-time expressions

2004-03-16 Thread Evgeny Gesin
I use an in-house developed library similar to Struts Tiles. Consider this line put name='header' value='header.jsp'/. At run-time it will send header.jsp to web browser. I need to select a specific .jsp using a flag like put name='header' value='header%= flag %.jsp'/, so this will send, for

Tiles and run-time expressions

2004-03-16 Thread Evgeny Gesin
I use an in-house developed library similar to Struts Tiles. Consider this line put name='header' value='header.jsp'/. At run-time it will send header.jsp to web browser. I need to select a specific .jsp using a flag like put name='header' value='header%= flag %.jsp'/, so this will send, for

Re: Tiles and run-time expressions

2004-03-16 Thread Kris Schneider
If you're going to use a request-time attribute value, the entire expression must reside within %= %: put name=header value='%= header + flag + .jsp %'/ Of course, that assumes that the value attribute is configured to accept request-time values. Quoting Evgeny Gesin [EMAIL PROTECTED]: I

Re: Tiles and run-time expressions

2004-03-16 Thread Evgeny Gesin
Kris, thanks you very much, that helps. Evgeny Javadesk --- Kris Schneider [EMAIL PROTECTED] wrote: If you're going to use a request-time attribute value, the entire expression must reside within %= %: put name=header value='%= header + flag + .jsp %'/ Of course, that assumes that

Re: JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03)

2004-03-16 Thread Pierre Delisle
Yes, as Kris mentioned, please file a bug report with proper test cases. We'll have a look into it. -- Pierre Kris Schneider wrote: You're posting to the right place to make people aware of the problem. To formalize the issue, a bug report should probably get submitted:

Internal Servlet Error using Taglibs-image on Tomcat 3.2.3 and j2sdk1.4.1_06

2004-03-16 Thread qwerty7890q
Hi ! I'm reposting the emai and hoping that someone could finaly help me to resolve the problem. 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:

RE: Internal Servlet Error using Taglibs-image on Tomcat 3.2.3 an d j2sdk1.4.1_06

2004-03-16 Thread Felix Velasco
I don't think you can do it without upgrading your Tomcat version. You're using the 2.2 servlet API, and need at least the 2.3 version of the api for custom tags, even if you downgrade the code to use the HttpUtils.getRequestURL deprecated method. Félix -Original Message-

RE: JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03)

2004-03-16 Thread Johnson, Chris
Thanks for all of the help so far. I submitted bug 27717. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 10:58 AM To: Tag Libraries Users List Subject: Re: JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03) Yes, as Kris

c:url ... and c:param doesn't seem to encode UTF-8 strings

2004-03-16 Thread Zsolt Koppany
Hi, I use tomcat-4.1.30 with struts-1.1 (that is shipped with JSTL support) and c:url ... with c:param doesn't seem to encode UTF-8 strings correctly for request parameters. Instead of the URL-8 string ??? will be passed as a string. I see that the generated link is already wrong and the

RE: Internal Servlet Error using Taglibs-image on Tomcat 3.2.3 and j2sdk1.4.1_06

2004-03-16 Thread qwerty7890q
they are not specifying servlet 2.3 in the doc. Theyère sating any jsp 1.1 and Java 1.2 http://jakarta.apache.org/taglibs/sandbox/doc/image-doc/index.html I cannot upgrade tomcat because many applications are already running on 3.2.2, may be in the future. Thanks. -Original Message-

Re: Internal Servlet Error using Taglibs-image on Tomcat 3.2.3 and j2sdk1.4.1_06

2004-03-16 Thread Roy Benjamin
Not sure if this is helpful, but I'd be very reluctant to adopt a 'replace all methods' approach. Event if it were to work, you probably have not actually found the problem. The first thing I would do is to grab another copy (download) of Tomcat and untar it into a temp directory. Then I'd check

RE: Internal Servlet Error using Taglibs-image on Tomcat 3.2.3 andj2sdk1.4.1_06

2004-03-16 Thread qwerty7890q
I still have the distribution that I used to install Tomcat. I replaced the jar files with those of the dist and I got the same thing. I tried Tomcat 5 and the taglisb-image-exemples is working. Upgrading to a newer Tomcat version would be much more dificult than trying to work around the

RE: Internal Servlet Error using Taglibs-image on Tomcat 3.2.3 andj2sdk1.4.1_06

2004-03-16 Thread Martin Cooper
On Wed, 17 Mar 2004 [EMAIL PROTECTED] wrote: I still have the distribution that I used to install Tomcat. I replaced the jar files with those of the dist and I got the same thing. I tried Tomcat 5 and the taglisb-image-exemples is working. Upgrading to a newer Tomcat version would be much

Re: Lucene Taglib

2004-03-16 Thread Iskandar Salim
Hi Felipe, Yes, I'm planning to add it to the Jakarta Taglib Sandbox and have read through the documents on submitting a new taglib. However, I think the taglib is still too basic in it's functions and Lucene is a huge API. I am still learning Lucene and Java, for that matter. I would gladly