Page 1 of 1

remove exception name from message on ajaxErrorHandler

Posted: 07 Aug 2012, 20:26
by torquatro
Helo,

I would like to remove the exception of the error message in the component <pe:ajaxErrorHandler />
Variable:

Code: Select all

{error-message}

eg
"NullPointerException: This is my null pointer exception!"
to
"This is my null pointer exception!"

That is, without the "NullPointerException".


Is this possible?

Re: remove exception name from message on ajaxErrorHandler

Posted: 08 Aug 2012, 12:09
by Pavol Slany
Hi torquatro,

yes, it is posible.

I created issue http://code.google.com/p/primefaces-ext ... ail?id=239.

Thank your for your feedback :)

Best Regards!
Pavol Slany

Re: remove exception name from message on ajaxErrorHandler

Posted: 08 Aug 2012, 15:41
by torquatro
Thanks Pavol!