DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11849>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11849

Nested includes with JSTL1.0EA do not work





------- Additional Comments From [EMAIL PROTECTED]  2002-09-24 17:53 -------
I'd like to close this bug.

Since you said it would require too much effort on your side to upgrade to JSTL
1.0 FCS, and Remy thinks this might be a bug in JSTL with respect to tag reuse,
could you configure your Tomcat to disable tag pooling, by adding this entry to
your ${tomcat.build}/conf/web.xml:

  <init-param>
    <param-name>enablePooling</param-name>
    <param-value>false</param-value>
  </init-param>

You need to add the above to the <servlet> element that has a <servlet-name> of
"jsp".

If things work fine with this configuration change, we will have proven that the
bug really belongs to JSTL's EA version instead of Jasper.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to