You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Leszek Gawron <lg...@mobilebox.pl> on 2004/07/06 13:15:55 UTC

OutOfMemoryException with forms (another approach)

// 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                                      lgawron@mobilebox.pl
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