Versions Compared

Key

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

...

Code Block
titleSpecify the method to execute on startup
<serverUrl>/servoy-client/mySolutionName.jnlp?methodm=myMethodName
Code Block
titleSpecify startup arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?argumenta=value
Code Block
titleSpecify the method to execute & startup arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?m=myMethodName&argument=value

...