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. ;)

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

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

Reply via email to