No Constructor Found for this Widget

1
Hi all, While creating custom pluggable widget, if I use property type="entity" in my xml file then I'm getting error called No Constructor found for this widget. Does anyone know the reason ? Does anyone know whether the property type="entity" in xml file is deprecated on Mendix 9.20.0 ?
asked
1 answers
0

Entity seems to be an invalid type. I think you need to use “object” instead if you want to work with entities. Use “attribute” if you only need a single field from the entity.

The list of valid types can be found here:

https://docs.mendix.com/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/

 

answered