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