On Nov 16, 2007 11:36 AM, narup <[EMAIL PROTECTED]> wrote:
>
> hello i am upgrading from wicket 1.2.6 to 1.3 rc1, and feedback messaging is
> not showing up with setResponse page.
>
> i am doing
> Page userPage = getUserPage();
> //1.2.6 version code which was fine
> // userPage.getFeedbackMessage().info(userPage, getUser().getDescription() +
> " Saved");
> //now i changed above line to this
>  getSession().getFeedbackMessages().info(EditUserPage.this,
> getUser().getDescription() + " Saved");
>                 setResponsePage(userPage);

You should try userPage.info or getSession().info. As far as I am
concerned, it is very unfortunately that FeedbackMessages proper ever
got exposed.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to