Versions Compared

Key

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

...

Code Block
titleSpecify the method to execute & startup arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?methodm=myMethodName&argument=value
Code Block
titleSpecify the startup argument & named arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?argumenta=value&name1=value1&name2=value2
Code Block
titleSpecify the method to execute, the startup argument & named arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?methodm=myMethodName&argumenta=value&name1=value1&name2=value2

...