RE: [XMLForm] removing old form

2003-01-24 Thread Sylvain.Thevoz
vanov [mailto:[EMAIL PROTECTED]] Date: vendredi, 24. janvier 2003 15:24 À: [EMAIL PROTECTED] Objet: Re: [XMLForm] removing old form It is only necessary when you handle restart of the wizard. -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

Re: [XMLForm] removing old form

2003-01-24 Thread Ivelin Ivanov
It is only necessary when you handle restart of the wizard. -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 3:56 AM Subject: [XMLForm] removing old form Hello, This line is in the prepare() method withi

[XMLForm] removing old form

2003-01-24 Thread Sylvain.Thevoz
Hello, This line is in the prepare() method within an XMLForm action (howto example): Form.remove(getObjectModel(), getFormId()); For what I know it is a method that remove a form from a request and session. This means that you create a new form (getForm() method) each time you call a page of t