mh, I'll check it and replace it with the appropriate NestableJspException, thanks for reporting that... I will update the code soon, you will find a working downloadable snapshot in a couple of day fabrizio
From: [EMAIL PROTECTED] on behalf of Rafael Mu�oz Vega
Sent: Tue 09/03/2004 14.30
To: [EMAIL PROTECTED]
Subject: Re: [displaytag-devel] jsp 1.1
On Tue, 09 Mar 2004 14:05:17 +0100, Fabrizio Giustina
<[EMAIL PROTECTED]> wrote:
>> About the JspException, DisplayTag are using the "public
> JspException(String message, Throwable rootCause)"
> constructor that I think that it's servlet 2.3+ compatible
>
>
> Displaytag use its own NestableJspException, which extends JspException
> adding nesting functionalities, it has nothing to do with standard j2ee
> api
> fabrizio
Class TableTag, method writeExport:
try
{
out.clear();
}
catch (IOException e)
{
throw new JspException("Unable to reset response.", e);
}
[...]
try
{
out.write(exportString);
out.flush();
}
catch (IOException e)
{
throw new JspException("Unable to write to out.", e);
}
--
Rafael Mu�oz Vega
email: [EMAIL PROTECTED]
"My kung-fu is stronger than yours"
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id <http://ads.osdn.com/?ad_id>
70&alloc_id638&op=ick
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel
<https://lists.sourceforge.net/lists/listinfo/displaytag-devel>
<<winmail.dat>>
