You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/13 21:38:46 UTC

[Myfaces Wiki] Update of "Extensions/Validator/Getting Started/Custom Messages" by GerhardPetracek

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by GerhardPetracek:
http://wiki.apache.org/myfaces/Extensions/Validator/Getting_Started/Custom_Messages

------------------------------------------------------------------------------
  Each ExtVal annotation provides a default message (via a default key). In case of '''@Required''' it's: field_required and field_required_details[[BR]]
  (ExtVal also supports alternative resource types. The default format is the property file format.)
  
- == Provide you own default message ==
+ == Provide your own default message ==
  There are several possibilities to override the default message of an annotation.[[BR]]
  The simplest way to do that is to provide a custom message bundle and override the default key.