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 can generete the html page when submitting a form but it takes to long
time so it needs to be done in a separate thread.

Any pointers?

Reply via email to