Re: T5 Possible bug while returning Block component

2008-06-11 Thread Josh Canfield
Uh, yeah :) I won't deny that I make that same typo in my code, too bad gmail doesn't have intellij built in to tell me which methods belong to which objects... maybe a gmail plugin for intellij... On Wed, Jun 11, 2008 at 10:18 AM, Filip S. Adamsen <[EMAIL PROTECTED]> wrote: > Shouldn't that be r

Re: T5 Possible bug while returning Block component

2008-06-11 Thread Filip S. Adamsen
Shouldn't that be request.isXHR? -Filip Josh Canfield skrev: Ajax is detected by an http header passed by the prototype ajax request. If your request isn't coming from an ajax method then you don't get an ajax response. This can also be an issue if you're trying to roll your own XHR requests (

Re: T5 Possible bug while returning Block component

2008-06-11 Thread Josh Canfield
Ajax is detected by an http header passed by the prototype ajax request. If your request isn't coming from an ajax method then you don't get an ajax response. This can also be an issue if you're trying to roll your own XHR requests (you can add the header manually) You can detect if Tapestry thin