On Fri, 2004-08-20 at 14:35, Jorg Heymans wrote:
> 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
> }
a form object contains the forms state, so there's no need to 'save it
to itself', simply putting the "new Form(...)" above the while should do
it.
>
> 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 .
the javascript Form object is declared in the Form.js file, which also
contains some docs.
--
Bruno Dumon http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED] [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]