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]







recursive calling from servlets

2001-10-02 Thread EXT-Vaze, Vinay G

I have a servletA calling ServletB via an URL.

If I click, I find that the doGet() method from ServletA
gets called recursively.

Is there a fix to this problem.


--
Vinay Vaze

M/S : 7H-80
Phone  : (425)-865-2929
Email   : [EMAIL PROTECTED]