Hi, RedirectPage won't be removed in Wicket 7. IRedirectListener has been removed and RedirectPage now uses the more idiomatic #urlFor() method.
Martin Grigorov Wicket Training and Consulting On Thu, Apr 3, 2014 at 6:49 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > There is a RedirectPage that maybe you can use as example (because it will > no longer be present at Wicket 7). > > > On Thu, Apr 3, 2014 at 6:32 AM, chathuraka.waas > <chathuraka.w...@gmail.com>wrote: > > > Hi, > > > > As a customer request my application domain is changing. and i need to > show > > a popup message box saying that you are being redirected to the new site > > since some users can bookmark the older url. > > > > The application support team has configured both old and new urls to be > > pointed to the same application instance. > > > > Whats the best way to show users a splash screen when a users comes from > > the > > old urls and redirect him to the new page. > > > > Best Regards, > > > > > > > > -- > > View this message in context: > > > http://apache-wicket.1842946.n4.nabble.com/Redirecting-users-to-my-new-pages-with-a-message-tp4665239.html > > Sent from the Users forum mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > -- > Regards - Ernesto Reinaldo Barreiro >