On 14/07/2010 06:32, Beto wrote:
> I'm following the user guide - 3.4.1. Message Resolution.
> Putting the HomePage's properties file I receive that exception:
> [QUOTE]
> java.util.MissingResourceException: Message "title" not found in
> bundle "park.web.page.HomePage" for locale "pt_BR"
> HomePage:
> public HomePage() {
> getModel().put("title", getMessage("title"));
> getModel().put("heading", getMessage("heading"));
>
> }
>
> HomePage.properties:
To confirm, is your properties and classes under the same package?
park.web.page.HomePage
park.web.page.HomePage.properties
Make sure the park.web.page.HomePage.properties file is available in your WAR
as well.
regards
Bob