Hi all,
I have a @Form component with a listener="ognl:listeners.doSubmit" property
set on it.
There is also a validation delegate for the form, and it works just fine.
But when input validation fails, then doSubmit() is never executed. I
realize this is expected behavior, but I have seen other code where the
"submit" method *did* get executed even on a validation failure. This is
what I want to accomplish, but have failed to do so, even after hours of
head-banging.
Any input would be greatly appreciated. Thanks.