I have an instantiation having business variable :sample, attributes: name,description. On submisssion of form it gets saved in database sample.
Then in next task I have added contract :sampleInput(name,description). and have displayed the attributes in corresponding form in read-only .
Form is showing correct values.But on submission of the form it is showing error :Expected input[ sampleInput] is missing.
I don't know how to resolve this error. Is there any way to debug this?.