AW: AW: exception handeling in JSP

1999-03-04 Thread Werner Hennrich
x27;t it be fine if that happend transparently? bye, Werner > - > Betreff: Re: AW: exception handeling in JSP > > hi, > The ERRORPAGE directive is not working for me, i tried using Jrun2.3 and > throws the Exception intensionally but i got a blank page in > r

AW: AW: exception handeling in JSP

1999-03-03 Thread Volker Stiehl
chricht- Von:Nitesh kumar Neema [SMTP:[EMAIL PROTECTED]] Gesendet am:Mittwoch, 3. Marz 1999 11:52 An: [EMAIL PROTECTED] Betreff:Re: AW: exception handeling in JSP hi, The ERRORPAGE directive is not working for me, i tried using Jrun2.3 and throws the Exception intensionally but i

Re: AW: exception handeling in JSP

1999-03-03 Thread Nitesh kumar Neema
hi, The ERRORPAGE directive is not working for me, i tried using Jrun2.3 and throws the Exception intensionally but i got a blank page in response, instead of ErrorPage, JRun seems to consume all Exception and default to null Value for the attributes. also with .92 ref implementation the

AW: exception handeling in JSP

1999-03-02 Thread Werner Hennrich
Hi Volker > -Ursprüngliche Nachricht- > Concerning your GnuJSP-question: > as long as GnuJSP doesn't implement the 0.92-specification, I think it > doesn't support this feature but I don't know it for sure. but I do; it is as you wrote: GnuJSP conforms to 0.91 and will stay like this unt

AW: exception handeling in JSP

1999-03-02 Thread Volker Stiehl
Von:Joe Shevland [SMTP:[EMAIL PROTECTED]] Gesendet am:Dienstag, 2. Marz 1999 00:42 An: [EMAIL PROTECTED] Betreff:Re: exception handeling in JSP Hi, (Sorry I started reading this thread a bit late... if there were archives I could go through them.) That sounds way cleaner tha

List archive [Was: Re: exception handeling in JSP]

1999-03-02 Thread Hans Bergsten
Joe Shevland wrote: > > Hi, > > (Sorry I started reading this thread a bit late... if there were archives I > could go through them.) The mailing list is archived at http://archives.java.sun.com/archives/jsp-interest.html -- Hans Bergsten [EMAIL PROTECTED] Gefion Software http:

Re: exception handeling in JSP

1999-03-01 Thread Joe Shevland
On Behalf Of Volker Stiehl > Sent: Monday, March 01, 1999 8:58 PM > To: [EMAIL PROTECTED] > Subject: AW: exception handeling in JSP > > > You can use the ERRORPAGE directive: <%@ ERRORPAGE="pageURL" %>. This > directive names the file to be displayed should an err

AW: exception handeling in JSP

1999-03-01 Thread Volker Stiehl
PROTECTED]] Gesendet am:Montag, 1. Marz 1999 11:55 An: [EMAIL PROTECTED] Betreff:AW: exception handeling in JSP Hi Volker, that sounds excellent! Unfortunately, I couldn't find anything about that in the JSP-Spex I have and its a shame that Sun doesn't provide the most recent JS

AW: exception handeling in JSP

1999-03-01 Thread Werner Hennrich
EMAIL PROTECTED] > Betreff: AW: exception handeling in JSP > > You can use the ERRORPAGE directive: <%@ ERRORPAGE="pageURL" %>. This > directive names the file to be displayed should an error codition be > encountered. You can access a special bean inside the file pageU

AW: exception handeling in JSP

1999-03-01 Thread Volker Stiehl
rz 1999 10:33 An: [EMAIL PROTECTED] Betreff: AW: exception handeling in JSP HI Guy I couldn't find a better way to deal with this either; too bad. I really hope the JSP 1.0 Spex will provide some simple means for that. Any non-programmer who has to work on such a JSP page will most propabl

AW: exception handeling in JSP

1999-03-01 Thread Werner Hennrich
bye, Werner > -Ursprüngliche Nachricht- > Von: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]Im Auftrag von Guy Piekarz > Gesendet am: Sonntag, 28. Februar 1999 14:41 > An: [EMAIL PROTECTED] > Betreff: exception handeli

exception handeling in JSP

1999-02-28 Thread Guy Piekarz
Hi Is there a way that the 0.92 spec handles Exceptions e.g.: In the JSP page a tag defines a bean , and this bean throws exception - in one of it's getXXX method if I invoke this method from ths jsp I must use the try/catch statement - ( or else receives a compilation problem) - this obl