Yep, i have it implemented like that. Forgot to rollback some changes that i tried to make this work before putting the code in the post. Sorry. With a zone just outside the grid and setting the form to update it i'm still getting the exception.

Thiago H. de Paula Figueiredo wrote:
Em Tue, 07 Oct 2008 15:42:26 -0300, Hugo Palma <[EMAIL PROTECTED]> escreveu:

I thought so too, but i'm starting to think there is one.
Here's some of the code in hope someone will spot something wrong:

<div t:type="form" t:id="filterForm" zone="processGrid">
            <div t:type="grid" t:id="processGrid" source="processes"

Maybe not related to your problem, but the zone parameter of the Form component must be the id of a *zone*. You're passing it the id of a *grid*. I would try to put the grid inside a zone and then update the zone. ;)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to