On Tue, 23 Oct 2001, Vojta Filip <[EMAIL PROTECTED]> wrote: > But if perform() is called on the same task twice, task is not > reinitialized.
Yes, this is by design. > Is there any way to reinitialize the same task? Do it yourself, invoking the setter methods directly or using IntrospectionHelper. Stefan
