Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Generic error page

    Is there a way to show your client a generic error page for system error like a error.jsp?

    Or can I just add that to my web.xml file and treat that like a nornal jsp application?

    Thanks,

    #2
    It works very differently from .jsp error pages, because it's Ajax.

    To override error handling, add an ErrorHandlerCallback on RPCManager.

    Comment

    Working...
    X