Forms created in a loop - problem with validation

2015-07-24 Thread Matthias Bieber
Hello,   I have a loop that creates a few forms and I have implemented the onValidate method to validate the input. If an error occours in the textarea of the first form, the textareas of all other forms are marked as erroneous too, although the forms and textareas have different IDs. Whats wro

BeanEditForm in jquery.dialog - problem with validation

2015-07-15 Thread Matthias Bieber
Hello,   I have a BeanEditForm inside a jquery.dialog. The dialog will be opened if you click on a link. I want to validate the input by using onValidateFrom..Form..() and form.recordError().   Once the submit button has been clicked, the page will be reloaded and the jquery.dialog disappears. A