bomb.
a call has been made to the jsp page defined isErrorPage=true with no
valid
Exception object.
exception==null
This only ever happened before when i'd got confused about frame pages
and jsp object refs.
this code has worked fine as far as i know until the code was ported
from 7.1x to 7.3.2. That might be a red herring, but the observable
diagnostic is that the tracing begins in my error within error
trapping in the jsp error page.
the code will jump straight to the error bypassing any code of the
form
if(rst.first()) {
// do something
}
HTH.
Kev