Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Code Block
{

        name : 'processDefId',

        label : '@@userview.runprocess.process@@',

        type : 'selectbox',

        required : 'True',

        options_ajax : '[CONTEXT_PATH]/web/json/app/%s/%s/plugin/org.joget.apps.userview.lib.RunProcess/service?action=getOptions'

    },



Wiki MarkupHowever when I use this exact AJAX options URL the dropdown displays nothing. Could it be that I need to set the \set the [CONTEXT_PATH\] (whatever that is) in my plugin? And do the two parameters (%s) get inserted automatically?

Any help would be appreciated.