Hi,
I did the same as said by Javier and also referred wm caf samples but I am getting the following error which is irrelevant, here i am’t parsing string to integer.
error: Failed to evaluate binding expression:
javax.faces.el.ReferenceSyntaxException: The “.” operator was supplied with an index value of type “java.lang.String” to be applied to a List or array, but that value cannot be converted to an integer.
at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:163)
at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:151)
PS: I have the service connector output as below.
docList(EmployeeDetails)
-String(EmpID)
-String(EmpName)
-String(Job)
-String(Designation)
-String(Location)
- docList(PersonalDetails)
— String(DOJ)
— String(DOB)
— String(Salary)
— String(mobile)
— String(Address)
I have created an asyn table using Basic Updateable Table content provider created from the output of the service connector. Binded parent table’s row variable( Provider’s row variable value) and value(Provider) property and child/nested table row variable(ControlScope child bean’s name) and value(ControlScope child bean’s Expression).
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods