Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 4 Next »

Processing Input Field Content

More documentation needed here!

Set values in the RuleInputField can be preprocessed. At now you can specify a processor class to pre process a value to be set at initial value of a RuleInputField. Syntax:

<spec set="0:defaultVal:classname" .../> 

The class name is an optional value. The class must implement the Processor interface.

You can specify a processor for a combobox:

<choice processor="fully.qualified.class.name"
        set="selectedValue"/>

so that you can fill a combobox with data on a simple way.

  • No labels