Hi,

Answering to myself, if it can help...

In my form i had an input with name="action". So CFormsForm.js couldn't retrieve form.action and returned [object HTMLInputElement].

It seems it made a mistake between the form's "action" attribute and the input named "action".

Renaming the input name="act" solved the problem. Many thanks to Johan Cwiklinski

Cheers.

André Davignon

Le 29/05/2008 14:28, > DAVIGNON Andre - CETE NP/DIODé/PANDOC (par Internet, dépôt [EMAIL PROTECTED]) a écrit :
Hi,

Ok, i get it. The continuation must be called (and matched). That's what i did.

Then it goes out from showForm (or sendPageAndWait) but whatever i write after form.showForm(cocoon.parameters.show) (it cand be sendPage, sendRedirectTo, or anything) i don't know why this URI is called : "myApp/[object HTMLInputElement]"

Does anyone know what can cause this ?



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

Reply via email to