cancel
Showing results for 
Search instead for 
Did you mean: 

[SOLVED]Server side validation feedback

libman
Champ in-the-making
Champ in-the-making
Hi,

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).

Thanks.
2 REPLIES 2

libman
Champ in-the-making
Champ in-the-making
Idea's, someone?

libman
Champ in-the-making
Champ in-the-making
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.