Re: Problem with a form in a Block + AJAX

2010-04-21 Thread Juan Isern
Thanks, it was much clearer when I saw t:id and id together. Regards Howard Lewis Ship wrote: > > Bind the id parameter of the Zone explicitly. This is in the docs, > please read them. > > http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Zone.ht

Re: Problem with a form in a Block + AJAX

2010-04-19 Thread Juan Isern
After some hours of further testing, filed a JIRA issue that you can see at: https://issues.apache.org/jira/browse/TAP5-1107 Best Juan Isern wrote: > > Hi guys, hope you're doing fine. > > I was developing a component to load lazily content and I'm facing a > problem: forms seem to break whe

Re: Problem with a form in a Block + AJAX

2010-04-19 Thread Howard Lewis Ship
Bind the id parameter of the Zone explicitly. This is in the docs, please read them. http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Zone.html On Sun, Apr 18, 2010 at 10:37 PM, Juan Isern wrote: > > Hi guys, hope you're doing fine. > > I was devel

Problem with a form in a Block + AJAX

2010-04-18 Thread Juan Isern
Hi guys, hope you're doing fine. I was developing a component to load lazily content and I'm facing a problem: forms seem to break when they're rendered from a Block to an AJAX zone. They same problem occurs with ProgressiveDisplay. A very simple example that shows the issue: