Can you reproduce your problem with Tomcat 5?  If so, you may get it
fixed faster if you post it on bugzilla.  When you do, make sure to
include a test case (a war file would be great).

Not sure I understand what the problem is.  Also not sure what
jsp:include has to anything to do with your problem.  You cannot
find a class "that is related to jsp:include" because there isn't one.
jsp:include eventually invokes RequestDispatcher.include in the generated
servlet code.  See org.apache.jasper.runtime.JspRuntimeLibrary.include()
for more details.

> Date: Tue, 24 Jun 2003 15:45:39 -0500
> From: Reshat Sabiq <[EMAIL PROTECTED]>
> Subject: jsp:include
> To: [EMAIL PROTECTED]
> 
> Hi,
> 
> There's a bug in J2EE 1.4 RI Beta 2 that prevents me from using a custom 
> tag:
> instanceof operator treats TagSupport subclass as SimpleTagSupport instance.
> 
> This leaves me only one appropriate option: subclass the class that 
> implements jsp:include tag, and overwrite a method in it. I'd appreciate 
> a pointer as to what class implements that tag. I've been searching 
> through taglibs and tomcat-5 nightly builds, and have not found a single 
> class that is related to jsp:include.
> Thank you in advance.
> 
> P.S. Yes, i will be reporting the bug on sun's website. But i need to 
> work around at this time...
> 
> -- 
> Sincerely,
> Reshat.
> 
> 
--------------------------------------------------------------------------------
-----------
> If you see my certificate with this message, you should be able to send me 
encrypted e-mail. 
> Please consult your e-mail client for details if you would like to do that.
> 


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

Reply via email to