POST form error - javax.jcr.nodetype.ConstraintViolationException: no matching property definition found for
Hi all,
I'm having an issue with the above error when I do a form POST. I have done several research but failed to resolve the above problem. According to what I discover, the solution seems to be "when the default sling servlet is handling the request. It’s trying to add properties to the JCR node but it can’t due to the node type definition. Make sure that the bundle is started and the servlet is working correctly and it should function as expected" but I have no idea how to do that. Can anyone enlighten me on this?
I'm currently on CQ5.5
Thanks