// this works
var formSubSurvey2= new Form( "cocoon:/dynamicFormDefinition.do?id=1" );
        
form.showForm( "form/subSurvey", { } );       
if ( form.submitId == "edit-group" ) {
        // and this does not (OOME)
        var formSubSurvey2= new Form("cocoon:/dynamicFormDefinition.do?id=1");
}


-- Leszek Gawron [EMAIL PROTECTED] Project Manager MobileBox sp. z o.o. +48 (61) 855 06 67 http://www.mobilebox.pl mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65

Reply via email to