[ 
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

        

Reply via email to