When invoking below flowscript function from the sitemap, i always get an 
exception which i can't explain. I'm not using the var keyword but in this case 
there is no need to.  And the weirdest part is that i have other pages where i 
don't run into this issue using the exact same code.

function MultipleDownload() {
    this.form = new Form("cocoon://multipledownloadform");
    this.form.showForm("multipledownload");  
} 

Anyone some idea of why i'm getting this 
org.mozilla.javascript.JavaScriptException.

Kind regards,
Robby Pelssers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to