Alin Dosoniu schrieb:
> Hi,
>  
> No there is nothing with %20 in strings. I log the string in a file and
> there is ?. :(. I don't know how to do to see exactly the string
> representation :(. Maybe if I look with a hexeditor.
>  
Actually it is easier to just debug into it on the server side...
it was less about the character encoding more along what is printed
on the java side in case of a blank or an umlaut.


> Just wanted to tell you that something is not ok with s:dojoInitializer.
> I added
> <s:dojoInitializer bindEncoding="ISO-8859-2"/> in inputSuggestAjax.jsp
> from examples and in html I get this:
> <head>
> <script type="text/javascript">
> <!--/*djconfig init*///--></script>
> <script type="text/javascript">
> <!--var djConfig = {
> bindEncoding:false
> };
>  
Ok excellent thanks for the bug report, here we have one, I will
fix that asap, expect a fix in the trunk tomorrow.


> I had a look at sources and it looks there is used a Boolean instead of
> a String for bindEncoding property.
> Is this what is intended to be here? (bindEncoding:false)
>  
No, it should be a String, thanks for the bug report I will fix that,
that one slipped through while i coded the bindings.

I will also look at the problem you have from my side this evening.
So hold on a little bit longer, if you can.

Reply via email to