Hello,
I am building my application for Web Client,using Servoy 3.5.7 and for accessing the application the user clicks on a link, like:
http://server_ip:port/servoy-webclient/ … /argument’
My question is if I can send as an argument a string that contains 1 or more spaces?
ex:
http://server_ip:port/servoy-webclient/ … t/Argument with spaces
I tried replacing space with %20 but it does not work.
Is there a solution to this?
Thanks in advance!
Diana
What do you mean by
I tried replacing space with %20 but it does not work.
What do you receive in the method ?
It works now (with %20%20), my method was crashing, that is why it did not show me anything in the browser.
Diana