Child pages
  • Web Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleUsing Query parameters instead of ...

In all examples above, the specification of the key and value can also be done through query parameters, for example:

Code Block
{serverUrl}/servoy-webclient/ss?s={solutionName}&m={methodName}&a={value}&{param1}={value1}&{param2}={value2}

Browser sessions

As browsers where session information between all their tabs and windows, it's not possible the run multiple Web Clients hosted from the same application server within the same browser

Running Servoy Web Client inside a Frame or IFrame

...