0 Replies Latest reply on Aug 3, 2007 3:10 PM by nickarls

    Translation of field names in validation messages

    nickarls

      Hi,

      Is there any way of making a second pass through a resource bundle in order to look up field name translations in seam-integrated hibernate validators?

      If I have a field with name or id = "username" and some sort of entry

      validator.notnull={0} cannot be null

      that would produce "username cannot be null", which of course is fine in english but in some other language it could produce "username ph'nglui mglw'nafh wgah'nagl fhtagn".

      Being super-dynamic and stuff, can seam-el do something automagically?