My problem is that I have a page with two major components: A refreshing view that lists groups An AjaxFallbackDefaultDataTable that lists the contacts that belong to a group upon clicking on the group name. The user could navigate to another page a delete a group and if he returned to the page that lists contacts and if his last group of choice to be shown is now deleted, I got NullPointerException. This is why I want to get ride of the page's state. Do you have another and a better solution to my case? BTW, how to make a page stateless? Thanks.
Marat Radchenko-2 wrote: > > Make it stateless :) > > 2009/5/18 HHB <[email protected]>: >> Hey, >> How to get ride of the page's state after the request is done? >> Thanks. >> >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/How-to-get-ride-of-page%27s-state--tp23593406p23593715.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
