You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Writing a Bean Shell script enables one to populate a Form element's options based on their own requirements/sources.

Figure 1: Bean Shell Form Binder Properties

NameDescription
ScriptScript in Java. See Bean Shell Programming Guide > Form Load Binder for example.
Use AJAX for cascade options?

When checked, this allows these fields to dynamically load available options based on the other field value (grouping column) when dealing with tremendous amount of selections. read more at Ajax Cascading Drop-Down List.

Only available when used as an Options Binder. An array "values" is passed to the script automatically. See Bean Shell Programming Guide > Form Ajax Options Binder for example.

  • No labels