Bertrand Guay-Paquet created WICKET-5165:
--------------------------------------------

             Summary: Session should be bound when adding messages to it
                 Key: WICKET-5165
                 URL: https://issues.apache.org/jira/browse/WICKET-5165
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 6.7.0
            Reporter: Bertrand Guay-Paquet


When using the Sessions info(), error() and success() methods, and the session 
is temporary, the messages can be dropped silently. This happens when on 
stateless pages and a redirect happens in the same request during which a 
session message is added.

The fix for this could be to make sure the session is bound and call 
Session#bind() automatically when a session message is added.

Email thread:
http://wicket-users.markmail.org/thread/zd72s4gwnlp5d7ch

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to