Have you tried the following ?
public Object onFailureFromForm() {
// clears validation
getForm().clearErrors();
// set your error message elsewhere
return this;
}
________________________________
From: John <[email protected]>
To: [email protected]
Sent: Friday, May 24, 2013 10:01 AM
Subject: failing form validation without a recordError
When an exception occurs in form validation I would like to be able to block
the onSuccess method without setting a form error. I will display a
notification using a seperate property.
Is that possible?
John
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]