https://issues.apache.org/jira/browse/TAP5-1746
Am 06.11.2011 um 18:04 schrieb Lenny Primak:
> Are you doing form submit via JavaScript onsubmit()? If yes, you need to
> call setSubmittingElement beforehand.
>
>
>
> On Nov 6, 2011, at 11:11 AM, Christian Riedel wrote:
>
>> Hi,
>>
>> I'm
No, it's the plain old tapestry select-submits-onchange function.
My workaround did only work for a couple of minutes, btw.. It now seems to work
like this:
I switched the order of the components in the template (first the zone, then
the select)
>
>
>
>
Are you doing form submit via JavaScript onsubmit()? If yes, you need to call
setSubmittingElement beforehand.
On Nov 6, 2011, at 11:11 AM, Christian Riedel wrote:
> Hi,
>
> I'm currently trying to fix some missing functionality about some cases of
> zone-updates in tapestry5-jquery. It s
Hi,
I'm currently trying to fix some missing functionality about some cases of
zone-updates in tapestry5-jquery. It seems the missing feature does also not
work in a pure T5-app!
The feature I'm talking about is this:
1. There's a link/button/whatever that can trigger a zone-update.
2. Before