[Seaside] '+' inside string value of ajax callback

Lukas Renggli renggli at gmail.com
Wed Jul 14 11:41:12 UTC 2010


I've committed a fix. Let's see if this solves the issue for you and
let's hope it doesn't introduce new issues :-)

For details see: http://code.google.com/p/seaside/issues/detail?id=585

Lukas

On 14 July 2010 11:34, Lukas Renggli <renggli at gmail.com> wrote:
> It is kind of hard to fix and I don't have the time to investigate
> further right now, so I created a bug report from your mail. Thanks
> for reporting.
>
> http://code.google.com/p/seaside/issues/detail?id=585
>
> On 14 July 2010 10:34, Lukas Renggli <renggli at gmail.com> wrote:
>> Hi Johan,
>>
>> That's a serious bug. I can't believe that nobody ever reported that
>> up to now (it is the same problem in PrototypeJS). I am trying to
>> provide a fix right now.
>>
>> Lukas
>>
>> On 13 July 2010 22:11, Johan Brichau <johan at inceptive.be> wrote:
>>> Hi,
>>>
>>> When I am sending a javascript string value containing a '+' character inside to an ajax callback in seaside, the '+' comes out as a whitespace on the other end (in Smalltalk).
>>> This is what I am doing:
>>>
>>> html jQuery ajax
>>>        callback: [:value | ... the value here always gets the ' ' instead of a '+' ]
>>>        value: (html jQuery id: #foobar) value
>>>
>>> -or-
>>>
>>> html jQuery ajax
>>>        callback: [:value | ... the value here always gets the ' ' instead of a '+' ]
>>>        value: (JSStream on: 'javascriptVarContainingAStringWithAnAdditionSymbol')
>>>
>>> Is this a bug in Seaside or me writing one?
>>>
>>> Johan_______________________________________________
>>> seaside mailing list
>>> seaside at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>>
>>
>>
>>
>> --
>> Lukas Renggli
>> www.lukas-renggli.ch
>>
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
>



-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list