Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] Workaround for Bug 353252

I'm trying to implement a workaround for BugĀ 353252 - Support dynamic list of child element types.

I added new service which extends ModelPropertyValidationService. This works fine for ModelElementHandle (ie heterogeneous element property), but not for ModelElementList. The validation service is getting called and an error status is returned. But the error is is not displayed anywhere. Any suggestions on how I can validate a ModelElementList?

Thanks,
Ling

Back to the top