Hello,

When using the Sessions info(), error() and success() methods, and the session is not bound, the messages are lost. This can happen easily when on stateless pages. The fix for this is easy: I need to make sure the session is bound and call Session.bind().

However, I think it would be nice for the Session to get bound automatically when adding messages to it. Otherwise, the messages are silently discarded and the cause is not so obvious. What do you think, should I open an issue for this?

Regards,
Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to