Hi There,
I have an attribute with value assistance (Select statement from a registered table). So far so good.
The thing is that when the value selected is changed, I have to update in the UI some other attributes.
To do so, I thought I'd create a Value tag class I configure in docbaseobjectconfiguration_dm_document.xml
In the control class, I override the onHandleChangedValues(DropDownList list, ArgumentList arg) since the attribute is rendered as a Dropdown list
Here is the thing, it never goes to this method...
any idea ?
Buddy