I contributed a custom ValidationDecorator which in my case simply adds a "*" to the label of every required field.
This works fine except when i update a zone with a form. If the form is rendered on page load the ValidationDecorator is executed as excepted, but if i update a zone with a form component then the label fields on that form aren't decorated by my custom ValidationDecorator. Any idea if this is a bug or maybe i'm doing something wrong ? Thanks.
