I have a form that upon submit gets persisted via an EJB call to our business layer.
I need to improve my current implementation so that if an error occurs in the business layer, the error is displayed on the form giving the user the chance to possibly make changes and re-submit the form.
I can use java script validation in the binding to implement _most _validation logic.
How can I persist the form with the possibility of needing to set a ValidationError?
I have tried using <fb:save-form>, but the form always completes even if I set an error on a widget and return false. I have also tried using java script validation on the form, but from what I can tell the form data is not bound, so I do not have a valid object to persist.
Thanks for any ideas, Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
