Re: [T5.3-rc-3] zone inside a form with generated ids not working

2011-11-06 Thread Christian Riedel
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

Re: [T5.3-rc-3] zone inside a form with generated ids not working

2011-11-06 Thread Christian Riedel
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) > > > >

Re: [T5.3-rc-3] zone inside a form with generated ids not working

2011-11-06 Thread 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 currently trying to fix some missing functionality about some cases of > zone-updates in tapestry5-jquery. It s

[T5.3-rc-3] zone inside a form with generated ids not working

2011-11-06 Thread Christian Riedel
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