Is there a way to apply style sheet (CSS) to the message validator generates? For example, how to make the "Color me red" message in red when it is shown up?
<validators> <field name="pin"> <field-validator type="requiredstring"> <message>*Color me red*</message> </field-validator> </field> </validators> Many thanks.