Re: Need a workaround for having a Zone inside a Form

2009-12-28 Thread Christian Riedel
I think I found the corresponding JIRA: https://issues.apache.org/jira/browse/TAP5-351 Why has it been rejected? Am 28.12.09 04:07, schrieb Christian Riedel: Hi Igor :) yes, I've seen a similar thing in the FormInjector's code. This line does (most of) the trick: FormSupport formSupport =

Re: Need a workaround for having a Zone inside a Form

2009-12-27 Thread Christian Riedel
Hi Igor :) yes, I've seen a similar thing in the FormInjector's code. This line does (most of) the trick: FormSupport formSupport = form.createRenderTimeFormSupport(form.getClientId(), actionSink, new IdAllocator()); But unfortunately the form's createRenderTimeFormSupport is in default sco

Re: Need a workaround for having a Zone inside a Form

2009-12-27 Thread Igor Drobiazko
Hi Christian, you can also have a look at how TAP5-138 is fixed. https://issues.apache.org/jira/browse/TAP5-138 On Sun, Dec 27, 2009 at 8:00 PM, Christian Riedel wrote: > Hi list, > > I am currently studying the sources of Tapestry to find out whether or not > I am able to push the formSupport