10-26-2011 09:31 AM
I have a custom document and I want to validate one of the fields, which is a text field, before document creation. Validation means parsing it against a regular expression. Is there any way to do this in Nuxeo?
10-26-2011 11:00 AM
Each field is implemented as a JSF component. You can use validation system.
Easy way with Nuxeo Studio/IDE, here is the documentation:
But if you want to do it yourself, because you feel as an JSF expert :
10-26-2011 11:00 AM
Each field is implemented as a JSF component. You can use validation system.
Easy way with Nuxeo Studio/IDE, here is the documentation:
But if you want to do it yourself, because you feel as an JSF expert :
10-26-2011 11:42 AM
Hi have created a validator but nuxeo can't find it.
10-26-2011 12:01 PM
I just solved it.
10-26-2011 12:03 PM
I recommend to use Seam component instead a pure JSF validator, for refactoring and managing, all will be easier.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.