I would like to know how to configure Alfresco to show errors in a form in the serverside. I already onderstood how javascript is generated, but I must also check advanced criteria (date validation (string to date), persistence).
I got it. I made throw AlfrescoException, while ValidatorException was needed. And also, after checking other JSF code, the function to be called from the class must be binded in JSP.