It still doesn't work in general.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.
The problem is, that you only cancel standard validation. But you get stuck if you have a additional custom validation step.
This means you have set a validator on the flow script level, i.e. this.validator = aFunction; ??
If so, this feature is more or less deprecated though there was no official decision made about this until now, but Sylvain mentioned it as he added the possibility of adding validators to every widget. The flow script validator was more or less a hack, now you have something official.
Joerg
