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

Lukas Renggli renggli at gmail.com
Wed Jul 14 08:34:50 UTC 2010


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


More information about the seaside mailing list