java - Handle javax.el.ELException -
i'm trying handle javax.el.elexception
happens within ajax
update. thrown example when exception occurs in bound getter through el expression. have custom exceptionhandler in place never receives exception. tried fullajaxexceptionhandler
of omnifaces, 1 wasn't able process either.
what happens page rendered partly in browser point exception happened.
to me looks jboss handling exception, since produces log line message of exception inside.
i want able send browser default error page whenever exception occurs in ajax
update.
Comments
Post a Comment