or

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

Martijn

On Mon, Aug 22, 2011 at 6:44 PM, Igor Vaynberg <[email protected]> wrote:
> session.info("foo"); setresponsepage(new page2());
>
> -igor
>
>
> On Mon, Aug 22, 2011 at 9:20 AM, eugenebalt <[email protected]> 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: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to