You may need to prevent requests going to ajaxanywhere from being decorated
by sitemesh. Just place the necessary excludes in decorators.xml.
Mike.
On 8/1/07, fadhli <[EMAIL PROTECTED]> wrote:
>
> Hi Matt,
>
> I updated ehcache to version 1.3.0. The good news is I'm not experiencing
> any errors
Hi Matt,
I updated ehcache to version 1.3.0. The good news is I'm not experiencing
any errors like before but ajaxanywhere is still not working with gzip
filter on. The message from the browser is as follow:
AjaxAnywhere error: context-type in not text/xml in : [text/html;
charset=UTF-8]
Actuall
This is a known issue with M5. If you manually add a dependency on
ehcache to your pom.xml and set the version to 1.3.0 - it should fix
this problem. You can also comment out the filter in your web.xml like
you've done.
Matt
On 7/31/07, fadhli <[EMAIL PROTECTED]> wrote:
> Hi Matt,
>
> The error m
What's the error you're seeing? You can always compress the response
using apache or tomcat.
Matt
On 7/30/07, fadhli <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I'm just want to know whether you guys use ajaxanywhere in your web app. The
> thing that I found out is that it won't work when G
Hello everyone,
I'm just want to know whether you guys use ajaxanywhere in your web app. The
thing that I found out is that it won't work when GzipFilter is turn on.
Any solutions? Right now, I just simply comment the GzipFilter part in my
web.xml. I'm not sure whether that's a good thing to do o