Hi,

I have an Ajax form (<ft:form-template method="POST" ajax="true"
action="#{$cocoon/continuation/id}"> with following flowscript :

var form = new Form(cocoon.parameters.form);
form.createBinding(cocoon.parameters.binding);
...
form.load(document);
form.showForm(cocoon.parameters.show);
cocoon.sendPage(cocoon.parameters.redirect);

Ajax actions work well (adding and removing repeater rows,
etc...) but global validation of the form with a fd:submit has no effect.

The form seems not to go out from the continuation of form.showForm(cocoon.parameters.show) and sendPage
is not executed.

Would anyone have an idea ?

André Davignon


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

Reply via email to