Hi all In new ivy version 5.1.6, is there any way else that we can declare new error page in server (or we just can override it in web.xml file)? Because When we upgrade the project to new ivy 5.1.6, but in application we still use JSP to develop, so when we catch the error, ivy return the error page, but in this ivy, this is returned in JSF page, it conflicts with our way, and make the application have layout error. We catch the error from ajax call, and display all error response body in content of dialog The confliction could be: - style from the error page - javascript error because the jquery library in that response Thanks and Best Regards, Hang asked 13.08.2015 at 06:32 uyhang SupportIvyTeam ♦♦ |
You can specify the error page in web.xml as described in this Q&A entry. You can also use a .jsp or a .html file instead of an jsf .xhtml. All of them will work. answered 14.08.2015 at 09:58 Dominik Regli ♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 13.08.2015 at 06:32
Seen: 2,651 times
Last updated: 24.08.2015 at 14:45