Hi,
I have a CAF project that uses boolean field (from a webservice connector parameter) in the rendering and disable condition. this used to work fine but i recently had to recreate the webservice connector because I added another field on the input parameters of the flow service. Now I get a runtime error that the application is failing to evaluate the the binding expression. Any idea how I can resolve this??
2018-10-22 08:01:02 SAST (Framework:WARN) [RID:3322] - Failed to evaluate binding expression: “#{StyleDetailsDefaultviewView.updateStore.parameters.updateStore.retailItem.retailItem.style.containsVariants}”
javax.faces.el.PropertyNotFoundException: javax.el.PropertyNotFoundException: The class ‘com.webmethods.caf.wsclient.clntmdd_itemlist_item.wsd.retailitem_wsd.Style’ does not have a readable property ‘containsVariants’.
at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:114)
at com.webmethods.caf.faces.application.CAFValueBinding.getValue(CAFValueBinding.java:57)
at com.webmethods.caf.faces.application.CAFMixedELValueBinding.getValue(CAFMixedELValueBinding.java:111)
at javax.faces.component.ValueExpressionValueBindingAdapter.getValue(ValueExpressionValueBindingAdapter.java:84)
at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194)
at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:182)
at javax.faces.component.UIOutput.getValue(UIOutput.java:170)