Custom Configuration Page with JAVA

This add-on allows to create a Custom Web page that will enable the configuration of an eWON using a user with limited permissions.

The Addon actually features two webforms : /rcgi.bin/jvmForm?formName=CustomPage and /rcgi.bin/jvmForm?formName=UpdateComParams

  • The form "CustomPage" parses the CustomPageTemplate.html and display it.
  • The form "UpdateComParams" allows to write new values to parameters with the syntax :
    • /rcgi.bin/jvmForm?formName=UpdateComParams&ParamName=NewValue&ParamName2=NewValue2...

Only the parameters defined in the CustomPageTemplate.html can be modifed by this form

It is recommend to read the readme.txt file before starting.

Download the Add-on