Em Wed, 22 Jul 2009 13:05:09 -0300, Franz Amador <fgama...@yahoo.com>
escreveu:
I wondered that also, and I'm waiting on an answer.
Does disabling JavaScript make the Ajax stuff invisible to Tapestry? If
so, it'd be great to have a better error message.
AJAX is all about using Javascript to update a part of a page without
refreshing it. ;) Thus, no Javascript, no AJAX.
You can detect if a request is made through AJAX @Injecting Request is
then invoking request.ixXHR(). Then, all you need is to return a block or
component or some JSON object if the request is AJAX and return null, a
page instance, a page class instance or a page name otherwise.
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org