You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by eugenebalt <eu...@yahoo.com> on 2011/08/22 18:20:14 UTC

Redirect to Page with FeedbackPanel Message on New Page

When I click a button on Page1, I redirect to Page2.

But I also need to display a FeedbackPanel message, perhaps using info(), on
Page[b]2[/b]. Is there a way to do it?

Thanks

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-Page-with-FeedbackPanel-Message-on-New-Page-tp3760573p3760573.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Redirect to Page with FeedbackPanel Message on New Page

Posted by Martijn Dashorst <ma...@gmail.com>.
or

Page2 page2 = new Page2();
page2.info("bla");
setResponsePage(page2);

Martijn

On Mon, Aug 22, 2011 at 6:44 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> session.info("foo"); setresponsepage(new page2());
>
> -igor
>
>
> On Mon, Aug 22, 2011 at 9:20 AM, eugenebalt <eu...@yahoo.com> wrote:
>> When I click a button on Page1, I redirect to Page2.
>>
>> But I also need to display a FeedbackPanel message, perhaps using info(), on
>> Page[b]2[/b]. Is there a way to do it?
>>
>> Thanks
>>
>> --
>> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-Page-with-FeedbackPanel-Message-on-New-Page-tp3760573p3760573.html
>> Sent from the Users forum mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

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


Re: Redirect to Page with FeedbackPanel Message on New Page

Posted by Igor Vaynberg <ig...@gmail.com>.
session.info("foo"); setresponsepage(new page2());

-igor


On Mon, Aug 22, 2011 at 9:20 AM, eugenebalt <eu...@yahoo.com> wrote:
> When I click a button on Page1, I redirect to Page2.
>
> But I also need to display a FeedbackPanel message, perhaps using info(), on
> Page[b]2[/b]. Is there a way to do it?
>
> Thanks
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-Page-with-FeedbackPanel-Message-on-New-Page-tp3760573p3760573.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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