I'm not sure whether there is a feature request for this, but I can imagine Wicket to have a more obvious class for this and/ or some better abstraction. It seems to be quite a common question.
Eelco On 5/12/07, Xavier Hanin <[EMAIL PROTECTED]> wrote:
Interesting idea. Using WicketTester for production seems a little bit strange, but why not if it makes it easy to do what I want. I will investigate more to see if it fits my need. Thanks for your help. Xavier On 5/12/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > It should be possible with WicketTester. WicketTester creates a mock > request cycle instead. > > Juergen > > > On 5/12/07, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a very specific need and I would like to gather some thoughts > before > > starting in a wrong direction. I need to render components in a thread > which > > is not related to an http request, but a basic server thread. Indeed I'm > > starting to implement a new kind of pushing in wicket-contrib-push, and > I > > would like to take advantage of the component rendering techniques used > in > > AjaxRequestTarget, but I'm not sure if it's feasible to do that in a > basic > > thread, and where should I look. > > > > I've seen that the request cycle can be set manually since recently [1], > but > > I would appreciate any thoughts on how this can be done properly. > > > > Thanks in advance, > > > > Xavier > > > > [1] http://issues.apache.org/jira/browse/WICKET-366 > > > > -- > > Xavier Hanin - Independent Java Consultant > > Manage your dependencies with Ivy! > > http://incubator.apache.org/ivy/ > > > -- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/
