I have defined my own error page, which displays a link to the application start page. To get the current application, we use ErrorPageMBean.getApplicationName(), which always returns "?".

asked 10.12.2018 at 10:50

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


It is very likely that the problem is related to Primeface. Primeface makes a redirect in AJAX mode. For this case you must use a p:ajaxExceptionHandler as mentioned here:

https://developer.axonivy.com/doc/latest/DesignerGuideHtml/ivy.userinterface.html#ivy-htmldialogs-errorhandling

link

answered 10.12.2018 at 10:54

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

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:

×17

Asked: 10.12.2018 at 10:50

Seen: 1,193 times

Last updated: 10.12.2018 at 10:54