That's not the kind of context I meant. I was thinking there could be an
additional context parameter - maybe RequestCycle. Don't know if that is
possible or necessary. It was just an idea.
RequestCycle is a threadlocal and is available from anywhere via RequestCycle.get() given that code executes inside a wicket request.
-Igor
