validation
Hello everybody, How can I validate in polymer section that a column is unique in a nuxeo form? What is the best alternative? I tried to run nxql but I couldn't :'(
0 votes
2 answers
0 comments
914 views
Hello, I'm trying to make a validation of a custom document based on a cross validation (make a validation on a field based on what the user has filled on a second one). I made this technique based on a post here : ...
2 votes
1 answers
0 comments
2416 views
I'm looking for a way to add the following regular expression : "^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$" for password validation and i can't find a way to do it, can you point me to the corresponding bundle or a link ?
0 votes
0 answers
4 comments
2013 views
Hi, I'm working on a use case where uploaded files are validated against a web service. Using JSF validation mechanism just works, but now it would be perfect if I could tell the user what's happening. How can I display a “Please wait” message that ...
0 votes
0 answers
0 comments
2327 views
I have created several public social workspaces using the Nuxeo Collaboration Module. For each workspace there is a task which has a name: validateSocialWorkspace in the task list of the administrative accounts. If I click on the link in the task ...
0 votes
1 answers
2 comments
1876 views
Hi all, I have created a seam validator: public void validateSAPNumber(FacesContext context, UIComponent component, Object value) { String messageString = null; Integer size = 1; String SAPNumber = (String) value; String DocId = ...
0 votes
1 answers
0 comments
2875 views
The definition of the immediate check box in User Actions is: Immediate Change this value if you'd like the action to be executed without validating the enclosing form. I've found: If the immediate box is checked in a user action. Data is entered on ...
1 votes
0 answers
1 comments
1654 views
I have a validator class with a validate() method, I added another method [validate2()] to validate another field. How can I specify in Studio to call the second method?
0 votes
1 answers
1 comments
1740 views
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?
0 votes
1 answers
3 comments
2860 views