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.
True, but only because you specially handle it in your flowscript
if (form.submitId == "switch") {
...}
It still doesn't work in general.
/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.
