Thanks Jesse for your answer but it finaly seems that my "non response received" error is due to non XML content : I have <br> tags (not closed) in the HTML blocks that should be rendered by the ResponseBuilder. These blocks are build with Tapestry @Insert components with the raw parameter set to true. So other characters like [ and ] also break the XML format ...

Is there a way to render "raw content" via the ResponseBuilder ? (Is JSON less strict on the format of the data ?)

Thanks in advance.

--
Stéphane Decleire



Jesse Kuhnert a écrit :
I actually saw this today as well. Looks like it is  (was) a bug in
the ResponseBuilder logic associated with a recent flush() call change
I made..

It's been fixed but only in a branch that no one can access yet. The
real fix should come out within a week. (assuming that this is your
problem, it may not be)

On 1/12/07, andyhot <[EMAIL PROTECTED]> wrote:
Stephane Decleire wrote:
> Have you any idea of the cases where an Ajax request leads to the "No
> ajax-response elements recieved" error on the client ?
>
It should generally be an uncaught exception on the server-side code...

Try to capture the actual ajax-response with a tool like FireBug and
just take a look at it

--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to