Has anyone used woody binding and aselection-list?

2004-02-25 Thread Richard Huegill
Hi, We have some flowscript   reports = BusinessObjectLoadData();                 // reports contains a collection called                 // public Collection getReportList() { stuff }                 // the objects in this collection have a getReportId() and getReportName() method.

RE: Has anyone used woody binding and aselection-list?

2004-02-25 Thread Joe Latty
ED] Subject: Has anyone used woody binding and aselection-list?   Hi, We have some flowscript   reports = BusinessObjectLoadData();                 // reports contains a collection called                 // public Collection getReportList() { stuff }        

Re: Has anyone used woody binding and aselection-list?

2004-02-26 Thread Ugo Cei
[Can you please avoid HTML mails?] Richard Huegill wrote: reportLoadForm.showForm("adhoc_reportLoad"); Use: reportLoadForm.showForm("adhoc_reportLoad", { "displayList" : reportList }); I don't think you can use binding for a selection list, you'll have to explicitly pass the needed c