...is how HTTP works, nothing Wicket specific. Usually when you want to show feedback to the user (errors or success messages) then you should use Component's or Session's #error() or #success() methods. If there is a FeedbackPanel in the page these messages will be shown automatically for you.
↧