Hi all,
I need some help to solve this issue:
In Adobe AEM Designer v 6.2, i have a form containing mandatory fields ("user entered - required"), to be validate.
Leaving mandatory fields empty, when i do execValidate() on form in "Preview PDF" I get a validation message box, listing all validation errors occurred (something like
"the empty field xxx is mandatory", according to the message I set in "Validation pattern message" for that field) .
When i do the same in "Preview HTML", no validation message box are shown (execValidate just returns false)
Please note that in "form properties" -> "Form validation" -> "Show dialog message" I've selected "combine the messages of all the failed fields into one message box"
What to do in order to obtain in HTML rendering the same behavior of PDF (validation error showed in validation message box) ?
Thanks a lot.
Bye
Stefano Taglietti