Passing variable via URL to Servoy

Hi

I am trying to pass variables to my solution via the web client using

http://serverip:8080/servoy-webclient/s … myVariable

in effect I want to get

http://www.clickdigital.com?action=myVariable

where Servoy get the value of action

  1. Is the method I am using correct as I cant seem to get it to work ?

  2. How do you pass multiple arguements ?

eg ?variable=answer&secondVar=2nd_answer

Thanks in advance
Gordon

Take a look at this post:

Hi Gordon, this morning there was a short discussion about this subject. I believe it is under a 2.2 release…

Passing more arguments, also dealt with in this thread, should be done using your own construction like with your suggested ‘&’ or a pipe or whatever. You need to extract the individual values yourself.

Hope this helps…