Hello.
I would like to validate the equality of a pwd and its confirmation. I'm using a FormLayout and some textfields. Is there a clean way to do that, or do I have to manually compare them and display a warning? And if so, how would I do that?

I could use a regular Comparevalidator, but I would lose the whole graphic stuff the textfields provide :/

Thx by advance.