Open jlolling opened 8 years ago
The component tXmlJaxbInput cannot iterate over plain values in a List attribute. The current procedure expects always a list of objects (from which we can read the none-list attributes) but cannot handle simple List
The current discussion shows, it is better to get a plain value list as java.util.List and provide a dedicated component to iterate over this List.
The component tXmlJaxbInput cannot iterate over plain values in a List attribute. The current procedure expects always a list of objects (from which we can read the none-list attributes) but cannot handle simple List