Hi, I developed a component which generate fields from a list of values(dynamically). Basically my component iterates in a list of objects and decides which kind of field will generates (e.g. input text, date, select...). The problem starts when I try to add a component tree inside of this loop. I got the following error:
Error: Failure writing parameter 'value' of component report/Detail:formcontent.treepickerfield_0.treepicker: Property 'propertyActivation' (within property expression 'propertyActivation.defaultValue.rawValue', of my.wp.components.dynamicformcontent.DynamicFormContent@37278660) is null. I think this is causing because the value of the tree component is lost in the ajax call inside of it, but I still don't have any solution for it. Someone already tried to put this kind of component inside of a loop? Feel free to ask for more details. Thanks in advanced, Robson Pires