With Tap 4.0.2, with a custom validation delegate set on a RadioGroup
component, with a 'required' validator, only the label methods are
called on validation failure (writeLabelSuffix, writeLabelPrefix,
writeLabelAttributes), whereas another form component like a
TextField will additionally call writeAttributes and writeSuffix.
I've noticed in 4.1 that the writeSuffix is now also invoked, but at
least when the RadioGroup is declared within a span, which is
ignored, then any writing to the writer disappears in any case.
How can you decorate the element which contains the RadioGroup, and
not just the label? Is there some way to 'unignore' the span so that
there is somewhere to write messages?
Thanks,
Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]