1 Reply Latest reply on Oct 31, 2014 2:54 PM by dosten

    Multiple Subforms support List's and/or arrays

    dosten

      I am trying to get a Multiple Subform working for a jBPM 6 project.  The docs seem to imply that only arrays (i.e. com.mycompany.Dataobject[]) are supported.  But is it possible use Lists (e.g. List<com.mycompany.Dataobject>)?

      Also, do subform only support fields of object?  What I mean is can you send an array of objects directly to the form or does it have to be a field of another object?

      I know this is probably a poorly worded question, but any help or comments would be appreciated.