You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Bunen (Created) (JIRA)" <ji...@apache.org> on 2012/02/10 00:10:57 UTC

[jira] [Created] (WICKET-4402) Following a link in the FeedbackPanel generates ListenerInvocationNotAllowedException

Following a link in the FeedbackPanel generates ListenerInvocationNotAllowedException
-------------------------------------------------------------------------------------

                 Key: WICKET-4402
                 URL: https://issues.apache.org/jira/browse/WICKET-4402
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.4
            Reporter: Martin Bunen
         Attachments: wicketproject.tar.gz

Having a custom feedback panel that extends FeedbackPanel that includes a panel with links, following any of the links will generate ListenerInvocationNotAllowedException and display AccessDenied page.
Attached is the quickstart project recreating the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4402) Following a link in the FeedbackPanel generates ListenerInvocationNotAllowedException

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

Martin Bunen updated WICKET-4402:
---------------------------------

    Attachment: wicketproject.tar.gz

Quickstart wicketproject
                
> Following a link in the FeedbackPanel generates ListenerInvocationNotAllowedException
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4402
>                 URL: https://issues.apache.org/jira/browse/WICKET-4402
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.4
>            Reporter: Martin Bunen
>         Attachments: wicketproject.tar.gz
>
>
> Having a custom feedback panel that extends FeedbackPanel that includes a panel with links, following any of the links will generate ListenerInvocationNotAllowedException and display AccessDenied page.
> Attached is the quickstart project recreating the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4402) Following a link in the FeedbackPanel generates ListenerInvocationNotAllowedException

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

Martin Grigorov resolved WICKET-4402.
-------------------------------------

    Resolution: Won't Fix

This is by design. If a feedback message is rendered then it is removed and cannot be reached in the next request(s). Thus you cannot reach it in the component path.
If you want to keep them the feedback messages you can override org.apache.wicket.protocol.http.WebSession#cleanupFeedbackMessages() and implement it so that it keeps the messages as long as you need them.
                
> Following a link in the FeedbackPanel generates ListenerInvocationNotAllowedException
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4402
>                 URL: https://issues.apache.org/jira/browse/WICKET-4402
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.4
>            Reporter: Martin Bunen
>         Attachments: wicketproject.tar.gz
>
>
> Having a custom feedback panel that extends FeedbackPanel that includes a panel with links, following any of the links will generate ListenerInvocationNotAllowedException and display AccessDenied page.
> Attached is the quickstart project recreating the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira