Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by NinkiBah: http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner ------------------------------------------------------------------------------ - The default value for error messages is "You must correct the following errors before you may continue.". In case you want to override it, use the following approach offered by Ulrich Stärk in his email on July 2: "Create a directory org/apache/tapestry/corelib/components/ in your source directory and place an Errors.properties file there. If you also want to override the default validation messages place a ValidationMessages.properties file in org/apache/tapestry/internal/, for example:" + The default value for error messages is "You must correct the following errors before you may continue.". In case you want to override it, use the following approach offered by Ulrich Stärk in his email on July 2: "Create a directory org/apache/tapestry5/corelib/components/ in your source directory and place an Errors.properties file there. If you also want to override the default validation messages place a ValidationMessages.properties file in org/apache/tapestry5/internal/, for example:" {{{ - org/apache/tapestry/corelib/components/Errors.properties + org/apache/tapestry5/corelib/components/Errors.properties - org/apache/tapestry/internal/ValidationMessages.properties + org/apache/tapestry5/internal/ValidationMessages.properties }}} Errors.properties: @@ -45, +45 @@ icon-label=[Fehler] }}} + Please note: The original page was written about an early version of Tapestry5 where the package started org/apache/tapestry. Since then, this package was renamed to org/apache/tapestry5. + + Please also note: tapestry-core-5.0.18.jar contains property files in Danish, German, Greek, Spanish, French, Croatian, Italian, Japanese, Portuguese (for Brazil and Portugal), Russian, Swedish and Chinese. + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
