Property depending on path property not refreshed after Browse dialog closes [message #1121299] |
Mon, 30 September 2013 09:27  |
Eclipse User |
|
|
|
Hi,
I have a path property with browse button and one disabled property that should refresh it contents based on value from path property. The disabled property is defined with @Enablement(expr = "false") annotation and has @DependsOn annotation that points to the path property. The path property has validation service with side-effect changing the value of the disabled property - not directly but on the underlying resource.
When I type into the path value (without using browse button) the new value from resource is refreshed after the validation service is called (through ValuePropertyBinding.read). But when browse button is used to change the path value, the ValuePropertyBinding.read is not being called after the validation service call which damages the data integrity between model and resource.
Is this a bug or am I supposed to do something else here?
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04429 seconds