[Seaside-dev] WAActionCallback not enabled for AJAX

Gerhard Obermann obi068 at gmail.com
Tue Oct 26 21:48:24 UTC 2010


Or could this not be a preference?

On Tue, Oct 26, 2010 at 11:45 PM, Gerhard Obermann <obi068 at gmail.com> wrote:

> Yes but do i have to patch the library!
>
>
> On Tue, Oct 26, 2010 at 11:38 PM, Lukas Renggli <renggli at gmail.com> wrote:
>
>> You have to patch the request header 'X-Requested-With' as this is for
>> example done in the Ajaxifier library.
>>
>> Lukas
>>
>> On 26 October 2010 23:30, Gerhard Obermann <obi068 at gmail.com> wrote:
>> > Hi!
>> > I am currently trying to use JQuery Mobile (Alpha) with Seaside 3.0.
>> > The problem is that this lib catches all anchor clicks and
>> > performs ajax calls to get a new page, which is a fully render xhmtl
>> page.
>> > The WAActionCallback doesn't currently allow such ajax callbacks.
>> > They are blocked with this method:
>> > isEnabledFor: aRequestContext
>> > " ^true"
>> > ^aRequestContext request isXmlHttpRequest not
>> > What would be a good solution to enable such callbacks also for AJAX
>> calls.
>> >
>> > Cheers
>> > Gerhard
>> > _______________________________________________
>> > seaside-dev mailing list
>> > seaside-dev at lists.squeakfoundation.org
>> > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>> >
>> >
>>
>>
>>
>> --
>> Lukas Renggli
>> www.lukas-renggli.ch
>> _______________________________________________
>> seaside-dev mailing list
>> seaside-dev at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20101026/1a1a9536/attachment.htm


More information about the seaside-dev mailing list