[
https://issues.apache.org/jira/browse/WICKET-5814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14387256#comment-14387256
]
ASF subversion and git services commented on WICKET-5814:
---------------------------------------------------------
Commit 8298b2f19120e7b94a127a4926a5beb2fcebb7f1 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=8298b2f ]
WICKET-5814 CryptoMapper clears feedback messages
(cherry picked from commit d5c51b89766872c6dc1c6e71f8cf37b922954020)
> CryptoMapper clears feedback messages
> -------------------------------------
>
> Key: WICKET-5814
> URL: https://issues.apache.org/jira/browse/WICKET-5814
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.18.0
> Reporter: Guy Wuyts
> Assignee: Jesse Long
> Fix For: 6.20.0, 7.0.0-M6
>
> Attachments: cryptomapper_quickstart.tar.gz
>
>
> Wicket 6.18 breaks the behaviour when using a CryptoMapper:
> the feedback messages are cleared for pages that don't use the
> CryptoMapper.
> This was added to WicketApplication.init():
> mountPage("page1", Page1.class);
> setRootRequestMapper(new CryptoMapper(getRootRequestMapper(), this));
> mountPage("page2",Page2.class);
> Page1 and Page2 contain both a form and a FeedbackPanel.
> With Wicket 6.17 there are no problems. When using Wicket 6.18, no
> feedback messages are displayed on Page2.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)