Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.6
-
None
Description
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.