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

Emond Papegaaij commented on WICKET-4536:
-----------------------------------------

It might be possible to work around this problem in 1.5.6 by subclassing 
FeedbackPanel, overriding onConfigure and call detach() from it.
                
> FeedbackPanel does not show messages on stateless pages
> -------------------------------------------------------
>
>                 Key: WICKET-4536
>                 URL: https://issues.apache.org/jira/browse/WICKET-4536
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.6
>            Reporter: Emond Papegaaij
>            Assignee: Emond Papegaaij
>             Fix For: 1.5.7
>
>
> Feedback messages do not show up on stateless pages after the fix for 
> WICKET-4468. The problem is that feedbackmessagemodel caches the 'getObject' 
> result and with the fix for WICKET-4468, getObject is called before any 
> messages are added.

--
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