Re: wicket preloader

2007-11-20 Thread Gwyn Evans
It's part of the standard release build, so either as part of the 1.3.0-RC1 kit (http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/) or via Maven org.apache.wicket wicket-extensions 1.3.0-rc1 /Gwyn On 20/11/2007, tbt <[EMAIL PROTECTED]> wrote: > > is there a stable release of w

Re: wicket preloader

2007-11-20 Thread tbt
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/wicket-preloader-tf4811011.html#a13854141 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wicket preloader

2007-11-15 Thread Thijs
Why redirect? Use a lazyloading panel. Thijs tbt wrote: Hi I like to implement a preloader the wicket way. For example when a user does a search my code looks up the db and retrieves the relevent data. But this takes up a lot of time and i want to show a html page(preloader page) while the db

wicket preloader

2007-11-15 Thread tbt
automatically be redirected to a page displaying the results. Can anyone show me an example as how to do this using wicket. Thanks -- View this message in context: http://www.nabble.com/wicket-preloader-tf4811011.html#a13765110 Sent from the Wicket - User mailing list archive at Nabble.com