- Start a docker container
docker run --name nuxeotest -e NUXEO_PACKAGES="nuxeo-web-ui nuxeo-jsf-ui" -d -p 8080:8080 nuxeo:9.2
- Open Studio
- Create a schema with a multivalued complex
- Create 3 fields in this complex:
- date Date
- text String (required)
- author String
- Create a document type with this schema (herits from a File document)
- In Designer, create the web ui layouts
- Set the text field as required in metadata and edit layouts
- Server-side, use WebUI and create a document without a complex
- Add a complex and leave the field required empty
- Click Save
- Observe nothing is happening. (check the screenshot complexEditNoMsg.png)
- is related to
-
NXP-23114 Multivalued complex unsupported in Web UI form
- Resolved