On Apr 2, 2004, at 7:23 PM, leo leonid wrote:



On Apr 2, 2004, at 5:17 PM, Vadim Gritsenko wrote:


leo leonid wrote:

I can't confirm that <wd:submit validate="false"/> functionality is restored.
It's OK in Revision 1.2 though. Or did the syntax change?


Try CForms "aggregate" sample, "switch" button - it was broke before, now works.



<ignore>


True, but only because you specially handle it in your flowscript

        if (form.submitId == "switch") {
                        ...

}


</ignore>


It still doesn't work in general.

The problem is, that you only cancel standard validation. But you get stuck if you have a additional custom validation step.


/Leo



/Leo


Vadim


/Leo



On Mar 31, 2004, at 11:06 PM, [EMAIL PROTECTED] wrote:

vgritsenko 2004/03/31 13:06:59

Modified: src/blocks/forms/java/org/apache/cocoon/forms/flow/javascript
Form.js
Log:
Regression: restoring <wd:submit validate="false"/> functionality.









Reply via email to