I'm tinkering with the Java Validation Componentry. I've created a
simple subclass of Composite with a standard two-argument constructor.
I've added a Text to the composite.
The validator is complaining that I'm "Missing accessible name" on both
the Composite and the Text. It's not clear to me how I go about setting
the accessible name. Any pointers?