In using onException, I send the resulting string to a conditionally-shown
<p> on the page.  I notice that every time it's displayed (after an
exception), it is prefixed with  a string describing the type of my
exception.  So if my message is "database is unreachable", the message
displayed on the page is

java.lang.Exception:  database is unreachable

Is there any way to knock out the prefixing of the exception type?

-- 
Bill @ PeoplePad

Reply via email to