<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’m sure it is, but you should never get an issue with that in a Seaside callback. Seaside takes care of encodings so you should not.<div class="">So, if there is an issue somewhere, we would like to know so you do not have to work around it.</div><div class=""><br class=""></div><div class="">If it was something in your code, then I’m glad you fixed it.</div><div class=""><br class=""></div><div class="">cheers</div><div class="">Johan</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 11 Mar 2015, at 04:15, Laura Risani &lt;<a href="mailto:laura.risani@gmail.com" class="">laura.risani@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Thank you for your offering, but just found the solution.&nbsp;</div><div class="">It was an enconding problem after all.</div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Mar 10, 2015 at 7:03 PM, Johan Brichau <span dir="ltr" class="">&lt;<a href="mailto:johan@inceptive.be" target="_blank" class="">johan@inceptive.be</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Can you check which adaptor and which versions of the concerned packages you are using?<div class="">If we can reconstruct the issue with a code sample, we can see what is happening.</div><span class="HOEnZb"><font color="#888888" class=""><div class=""><br class=""></div><div class="">Johan</div></font></span><div class=""><div class="h5"><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 07 Mar 2015, at 00:28, Laura Risani &lt;<a href="mailto:laura.risani@gmail.com" target="_blank" class="">laura.risani@gmail.com</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">Tried changing app charset but didn't change a thing.</div><div class="">Perhaps it has something to do with the adaptor i'm using, changes i made.</div><div class="">Yet retrieving the textArea value through a script gives the right text, so i'll do that it until the case i found another solution.</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Laura</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Fri, Mar 6, 2015 at 6:14 PM, Tobias Pape <span dir="ltr" class="">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank" class="">Das.Linux@gmx.de</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="">
<span class=""><br class="">
On 06.03.2015, at 22:06, Bob Arning &lt;<a href="mailto:arning315@comcast.net" target="_blank" class="">arning315@comcast.net</a>&gt; wrote:<br class="">
<br class="">
&gt; Well, %2B is the "+", so it's not even what you entered, encoded or not. I did notice you were having some issues related to encoding a few days ago. Could those have something to do with this problem?<br class="">
<br class="">
</span>This could be a double encoding problem:<br class="">
in Form-urlencoded requests, a space can be represented by a + [1]<br class="">
but apparently, the + then got urlencoded itself.<br class="">
<br class="">
note the + is a space only in the _query_ of the request.<br class="">
<br class="">
Best<br class="">
&nbsp; &nbsp; &nbsp; &nbsp; -Tobias<br class="">
<br class="">
<br class="">
<br class="">
[1] <a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1" target="_blank" class="">http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1</a><br class="">
<div class=""><div class=""><br class="">
&gt;<br class="">
&gt; On 3/6/15 1:52 PM, Laura Risani wrote:<br class="">
&gt;&gt; Hi all,<br class="">
&gt;&gt;<br class="">
&gt;&gt; Having rendered this<br class="">
&gt;&gt;<br class="">
&gt;&gt; html textArea callback: [ :value | self actionWith: value ]; ...<br class="">
&gt;&gt;<br class="">
&gt;&gt; When the callback is processed the value argument has all white spaces (inputed pressing the space key) replaced by '%2B'.<br class="">
&gt;&gt;<br class="">
&gt;&gt; Should i change them manually or there is another way to fix it?<br class="">
&gt;&gt;<br class="">
&gt;&gt; I'm not sure this happened before i removed development tools sending<br class="">
&gt;&gt;<br class="">
&gt;&gt; WAAdmin applicationDefaults<br class="">
&gt;&gt;&nbsp; &nbsp; &nbsp;removeParent: WADevelopmentConfiguration instance.<br class="">
&gt;&gt;<br class="">
&gt;&gt;<br class="">
&gt;&gt; Love,<br class="">
&gt;&gt; Laura<br class="">
&gt;&gt;<br class="">
&gt;&gt;<br class="">
&gt;&gt; _______________________________________________<br class="">
&gt;&gt; seaside mailing list<br class="">
&gt;&gt;<br class="">
&gt;&gt; <a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation.org</a><br class="">
&gt;&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class="">
&gt;<br class="">
&gt; _______________________________________________<br class="">
&gt; seaside mailing list<br class="">
&gt; <a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation.org</a><br class="">
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
seaside mailing list<br class="">
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation.org</a><br class="">
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class="">
</div></div></blockquote></div><br class=""></div>
_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class=""></div></blockquote></div><br class=""></div></div></div></div><br class="">_______________________________________________<br class="">
seaside mailing list<br class="">
<a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class="">
<br class=""></blockquote></div><br class=""></div>
_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></div></body></html>