Re: Catching exception JSP throws when reading it in for XML output..

2001-04-20 Thread Robert Nicholson
: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Duffey Sent: Thursday, April 19, 2001 10:18 PM To: [EMAIL PROTECTED] Subject: Catching exception JSP throws when reading it in for XML output.. Hi all, I am having a bit of a problem

Re: Catching exception JSP throws when reading it in for XML output..

2001-04-20 Thread Kevin Duffey
To: [EMAIL PROTECTED] Subject: Catching exception JSP throws when reading it in for XML output.. Hi all, I am having a bit of a problem trying to get the exception thrown in a JSP page that is being read in via code (instead of forwarded or redirected to). I am doing this to use

Catching exception JSP throws when reading it in for XML output..

2001-04-19 Thread Kevin Duffey
Hi all, I am having a bit of a problem trying to get the exception thrown in a JSP page that is being read in via code (instead of forwarded or redirected to). I am doing this to use JSP to spit out dynamic XML (instead of HTML). I know there are some taglibs that allow parts of a JSP page to be