You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Nino Martinez (JIRA)" <ji...@apache.org> on 2010/10/29 19:19:19 UTC

[jira] Created: (WICKET-3143) No Exception page are rendered when using ajax

No Exception page are rendered when using ajax
----------------------------------------------

                 Key: WICKET-3143
                 URL: https://issues.apache.org/jira/browse/WICKET-3143
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M3
            Reporter: Nino Martinez


When using ajax no exception page are rendered if an exception occurs.

Just start the quickstart here : https://issues.apache.org/jira/browse/WICKET-3142

And select something ind the dropdown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3143) No Exception page are rendered when using ajax

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926742#action_12926742 ] 

Hudson commented on WICKET-3143:
--------------------------------

Integrated in Apache Wicket 1.5.x #473 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/473/])
    WICKET-3143 No Exception page are rendered when using ajax

Extend the test with checks for the different values of AjaxErrorStrategy.


> No Exception page are rendered when using ajax
> ----------------------------------------------
>
>                 Key: WICKET-3143
>                 URL: https://issues.apache.org/jira/browse/WICKET-3143
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Nino Martinez
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M3
>
>
> When using ajax no exception page are rendered if an exception occurs.
> Just start the quickstart here : https://issues.apache.org/jira/browse/WICKET-3142
> And select something ind the dropdown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-3143) No Exception page are rendered when using ajax

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-3143:
-------------------------------------

    Assignee:     (was: Igor Vaynberg)

> No Exception page are rendered when using ajax
> ----------------------------------------------
>
>                 Key: WICKET-3143
>                 URL: https://issues.apache.org/jira/browse/WICKET-3143
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Nino Martinez
>
> When using ajax no exception page are rendered if an exception occurs.
> Just start the quickstart here : https://issues.apache.org/jira/browse/WICKET-3142
> And select something ind the dropdown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3143) No Exception page are rendered when using ajax

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3143.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M3
         Assignee: Igor Vaynberg

error page is shown by default. ajax failure handlers can be enabled via iexceptionsettings.setAjaxErrorHandlingStrategy(INVOKE_FAILURE_HANDLER)

> No Exception page are rendered when using ajax
> ----------------------------------------------
>
>                 Key: WICKET-3143
>                 URL: https://issues.apache.org/jira/browse/WICKET-3143
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Nino Martinez
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M3
>
>
> When using ajax no exception page are rendered if an exception occurs.
> Just start the quickstart here : https://issues.apache.org/jira/browse/WICKET-3142
> And select something ind the dropdown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-3143) No Exception page are rendered when using ajax

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-3143:
-------------------------------------

    Assignee: Igor Vaynberg

> No Exception page are rendered when using ajax
> ----------------------------------------------
>
>                 Key: WICKET-3143
>                 URL: https://issues.apache.org/jira/browse/WICKET-3143
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Nino Martinez
>            Assignee: Igor Vaynberg
>
> When using ajax no exception page are rendered if an exception occurs.
> Just start the quickstart here : https://issues.apache.org/jira/browse/WICKET-3142
> And select something ind the dropdown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3143) No Exception page are rendered when using ajax

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926658#action_12926658 ] 

Hudson commented on WICKET-3143:
--------------------------------

Integrated in Apache Wicket 1.5.x #470 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/470/])
    

> No Exception page are rendered when using ajax
> ----------------------------------------------
>
>                 Key: WICKET-3143
>                 URL: https://issues.apache.org/jira/browse/WICKET-3143
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Nino Martinez
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M3
>
>
> When using ajax no exception page are rendered if an exception occurs.
> Just start the quickstart here : https://issues.apache.org/jira/browse/WICKET-3142
> And select something ind the dropdown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.