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. alt text 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's gravatar image

uyhang
(suspended)
accept rate: 0%

edited 24.08.2015 at 14:45

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122


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.

link

answered 14.08.2015 at 09:58

Dominik%20Regli's gravatar image

Dominik Regli ♦
(suspended)
accept rate: 85%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×79
×17

Asked: 13.08.2015 at 06:32

Seen: 2,580 times

Last updated: 24.08.2015 at 14:45