You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2017/11/09 13:18:00 UTC

[jira] [Commented] (TOBAGO-1793) Ajax Error Handling

    [ https://issues.apache.org/jira/browse/TOBAGO-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16245613#comment-16245613 ] 

Hudson commented on TOBAGO-1793:
--------------------------------

FAILURE: Integrated in Jenkins build Tobago Trunk #1118 (See [https://builds.apache.org/job/Tobago%20Trunk/1118/])
TOBAGO-1793 Ajax Error Handling * ajax exception handler & WebXmlUtils (hnoeth: rev 60e045e647c0dd48169146a2b7173b78ce467fd8)
* (add) tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/AjaxExceptionHandlerFactory.java
* (edit) tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-jsf.js
* (add) tobago-core/src/main/java/org/apache/myfaces/tobago/util/WebXmlUtils.java
* (edit) tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/PageRenderer.java
* (add) tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/AjaxExceptionHandler.java
* (edit) tobago-core/src/main/faces-config/faces-config.xml
* (add) tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/22-exception-handler/exception-handler.xhtml
* (add) tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ExceptionHandlerController.java
* (edit) tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml
* (edit) tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml


> Ajax Error Handling
> -------------------
>
>                 Key: TOBAGO-1793
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1793
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 3.0.5
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>             Fix For: 4.0.0
>
>
> Tobago should offer a method to render an error page if an exception appears for an ajax request.
> Full server requests could be handled with the <f:event type="preRenderView" listener="..."/> tag.
> The listener is also fired for an ajax request. But in this case the error page wouldn't be rendered.
> A solution could be something similar to the FullAjaxExceptionHandler of Omnifaces.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)