On Fri, 20 Jan 2012 10:51:28 -0200, captain_rhino <graeme.kitc...@axa-travel-insurance.com> wrote:

I need suffix's for required fields i.e. the field name followed by a "*"
and currency fields would need a localised currency prefix i.e. $ or £ etc.

Use CSS generated content (the ::after pseudo-element): http://dev.opera.com/articles/view/css-generated-content-techniques/. If it isn't enough, provide your own ValidationDecorator implementation, probably subclassing DefaultValidationDecorator, and override the default one. In addition, if you write your own Validator implementations, they can render additional markup themselves.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to