when such an error happens, as part of it there is a message that
tells you to enable a resource logger to see all paths tried. what
does that output?

-igor

On Fri, Feb 26, 2010 at 10:33 AM, Eric Reagan <reaga...@gmail.com> wrote:
> I would like to keep my .html files in a seperate folder from the language
> files and I was wondering how to do this? I keep my html files in
> html/main/*.html and my language .properties files in
> language/(languageName)/*.properties. I tried adding the following to my
> MyWebApp. When I try and run my app there is a location error about not
> being able to find my .properties file. I was wondering if anyone knew how
> to fix/resolve this or if it would be better just to keep the .properites
> file in the same directory as the html file.
>
>   �...@override
>    protected void init()
>    {
>        super.init();
>        IResourceSettings resourceSettings = getResourceSettings();
>        resourceSettings.addResourceFolder("html/main");
>        resourceSettings.addResourceFolder("language/en-us");
>        resourceSettings.addResourceFolder("language/esp");
>          .............
>        resourceSettings.setResourceStreamLocator(new
> PathStripperLocator());
>
>    }
>
> --
> Eric Reagan
>

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

Reply via email to