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 =
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
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