当我在应用程序中使用SmartField
时,出现以下错误:
必须提供oObject,并且必须是ManagedObject
我的代码:
<smartField:SmartField value="{ToPlant}" id="toPlant"
entitySet="MyEntity" editable="true" change="onSmartFieldChange">
</smartField:SmartField>
第一个问题:如何解决该错误?
第二个问题:当前,一个值绑定到ToPlant
字段。重新加载应用程序时,如何为该字段设置初始值?