Wow, that was fast, thank you very much...

I don't use any custom javascript and other thinks like a autocomplete work, so I don't think, it's a problem with my configuration.
To return null is what I do
if(request.isXHR) {
return zone.getBody();
}
else return null;

On 28.01.2010 14:13, Thiago H. de Paula Figueiredo wrote:
Make sure Javascript is enabled and there are no Javascript errors in your page.

By the way, when Request.isXHR() returns false, you should return null to refresh the page.


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

Reply via email to