Re: Html mail with WicketTester

2009-06-25 Thread Igor Vaynberg
                           addComponentInstantiationListener(new > SpringComponentInjector(this, context)); >                                    } >                        }; > >                        WicketTester tester = new WicketTester( webApp ); > -- > View this message in context: > ht

Re: Html mail with WicketTester

2009-06-24 Thread Martin Makundi
t; > {"applicationContext.xml"}); > >                               �...@override > >                                public void init() { > >                                        addComponentInstantiationListener(new > > SpringComponentInjector(this, context)); > >                                    } > >                    

Re: Html mail with WicketTester

2009-06-24 Thread Martin Makundi
override >                                public void init() { >                                        addComponentInstantiationListener(new > SpringComponentInjector(this, context)); >                                    } >                        }; > >                        WicketTester tester = new WicketTester( webApp

Re: Html mail with WicketTester

2009-06-24 Thread Mathias Nilsson
View this message in context: http://www.nabble.com/Html-mail-with-WicketTester-tp24196423p24196515.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apac

Html mail with WicketTester

2009-06-24 Thread Mathias Nilsson
Hi, I'm trying to generate a wicket page in a thread using spring ScheduledTimerTask Every 10th second a timertask checks new mail and sends them. My problem is that when using the WicketTester class the @SpringBean does not work. I have tried and googled it but haven't found any good answers. I