Re: Threading wicket

2007-10-04 Thread swaroop belur
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Threading-wicket-tf4566130.html#a13034201 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Threading wicket

2007-10-04 Thread Vit Rozkovec
swaroop belur wrote: But mind u- that thread may not have references to stuff like ur session,application objects- they might be null. So you will have to first get the reqd stuff (any dependecies- say something from ur service layer for example) and then start the thread. -swaroop Would

Re: Threading wicket

2007-10-04 Thread Eelco Hillenius
how can I force from a middle of the loop, which may run up to few minutes to update a component's value? I am manipulating a lot of files and I would like to let the user know how much of the processing is already done. I would like to start processing the files when user reaches certain