Hi,

I want to continuously display a form (the submit results are in another frame), saving the widgets' state in between submits.

so i do

while(true){
  var form = new Form(...);
  form.showForm("blabla");

  //some call here to save the forms state to itself
}

Which method call am I missing? I am looking at userdocs/flow/api.html but the Form object is not documented there. Looking at the Form.java source in the form block i can't see anything related .


regards Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to