Andy, thanks s much, that did the trick. I fixed the prototype.js file not
to include the X-Prototype-Version in the header, and swsh the file appeared
as it should. I cannot thank you enough
Best wishes
Henrik
-
To uns
Ok - i haven't really used prototype in Tapestry, but i took a quick look
at PrototypeResponseContributorImpl in org.apache.tapestry.services.impl
and it looks like that ResponseBuilder overrides the default one if it finds
X-Prototype-Version
in the request headers...
So, assuming that prototype
Andreas Andreou gmail.com> writes:
>
> But, what happens when you GET that url directly? Do you see anything
> returned?
Yes, I get the full page as I expect it to be loadede through the ajax call.
I can even see - when I try to load through the AjaxUploader - that the page I
want to load is
But, what happens when you GET that url directly? Do you see anything returned?
On Nov 24, 2007 12:17 PM, Henrik Schlanbusch <[EMAIL PROTECTED]> wrote:
> Hi I have problem with my ajax code. I try
> to run the code in my tapestry app, but
> when I read the results in firebug from my calls, I get a
Hi I have problem with my ajax code. I try
to run the code in my tapestry app, but
when I read the results in firebug from my calls, I get an
empty string "" from the tapestry servlet,
when I indeed expect to see a well formed html
page. I have tried to run the url that I call
directly through th