how do i re-trigger the load binder of a select box field?
Confluence User - 23 Nov, 2017
Hi,
I have a select box field in my form, which has the bean shell load binder code to fetch the options from the db. Now, based on some action in the form, i need to reload this field (re-fetch from the db) without reloading the entire form. How can i achieve this ?
forms;selectbox;loadbinder