Re: [CForms] Passing value of selection list to another flow

2004-08-04 Thread Derek Hohls
Timur I am not sure I understand the problem exactly, but could you not call the forms from this same flow script: for(i = 0; i < formList.length; i++) { list[i] = formList[i]; cocoon.sendPageAndWait("form-id" + list[i]) } Derek >>> [EMAIL PROTECTED] 2004/08/04 01:46:13 PM

[CForms] Passing value of selection list to another flow

2004-08-04 Thread Timur Izhbulatov
Hi all! I have a flow script function which shows the form with an and passes the valueu of its selection list to JXTemplate pipeline and I can iterate over the list and display the data: function test() { var form = new Form(cocoon.parameters["form-definition"]); form.showForm("select-d