Hi all,
I have a Form which gets submitted by an AjaxButton. Validation of the
FormComponents is triggered by AjaxFormValidationBehavior.
Both add an AjaxFormSubmitBehavior to the form which bite eachother a
bit. When the form is submitted by the AjaxButton the
AjaxFormValidationBehavior is invoked as well, trying to add the
FeedbackPanels to the AjaxRequestTarget. This fails because the
form is already replaced on the clientside by the AjaxButton and I end
up with a javascript error.
I fixed it by manually triggering the validation from an
AjaxFormComponentUpdatingBehavior but I thought using a
AjaxFormValidationBehavior and an AjaxButton together is common practice?
gr
Thies
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]