Re: Displaying errors in JSP

2001-10-03 Thread Stephen Davidson
Response Inlined. "EXT-Vaze, Vinay G" wrote: > > If I have a code block such as > > <% > try { > > } > catch (Exception e) { e.printStackTrace(); //This should write the stack trace of the exception to the console. > > } > %> > > inside a JSP, how do I output error to either th

RE: Displaying errors in JSP

2001-10-03 Thread Michael Laccetti
System.out.print() -> server console out.print() -> HTML page -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of EXT-Vaze, Vinay G Sent: Wednesday, October 03, 2001 12:09 To: Orion-Interest Subject: Displaying errors in JSP If I have a code block s

RE: Displaying errors in JSP

2001-10-03 Thread Juan Lorandi (Chile)
1 13:21 > To: Orion-Interest > Subject: RE: Displaying errors in JSP > > > for the terminal, you can use > System.out.println(e.getMessage()) in the > catch phrase > > for the jsp, you will need to initialize some string variable > in the catch > block and th

RE: Displaying errors in JSP

2001-10-03 Thread The elephantwalker
]]On Behalf Of EXT-Vaze, Vinay G Sent: Wednesday, October 03, 2001 9:09 AM To: Orion-Interest Subject: Displaying errors in JSP If I have a code block such as <% try { } catch (Exception e) { } %> inside a JSP, how do I output error to either the browser or to the server console ? -

Displaying errors in JSP

2001-10-03 Thread EXT-Vaze, Vinay G
If I have a code block such as <% try { } catch (Exception e) { } %> inside a JSP, how do I output error to either the browser or to the server console ? -- Vinay Vaze M/S : 7H-80 Phone : (425)-865-2929 Email : [EMAIL PROTECTED]