Ok, I used the zone0 and it worked.

On 07-01-2011 10:51, Sergio Esteves wrote:
No, it is not an ajax request (tested with the isXHR). The form can't find the specified zone on its parameter, and I don't know why. I have something like zone0(block0( zone1(block1(...) block2(form-zone1(...) block3(...)))).

On 06-01-2011 23:38, Thiago H. de Paula Figueiredo wrote:
On Thu, 06 Jan 2011 21:29:08 -0200, Josh Canfield <joshcanfi...@gmail.com> wrote:

Are you sure that your request was coming via ajax? There is an event
result processor for BlockImpl when the request is ajax, but not if
it's a traditional request.

Good point. Inject Request and use its isXHR() method to check if the request is really an AJAX one. It's recommended to do that anyway.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to