On Thu, 28 Jan 2010 11:36:07 -0200, Alexander Muthmann <amuthm...@dev-eth0.de> wrote:

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;

Use Firebug and/or Web Developer (Firefox addons) to check if anything is going wrong in the Javascript side.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to