On Monday 13 February 2006 19:39, Alan Chandler wrote:
> On Monday 13 February 2006 18:50, Sven Homburg wrote:
> > hope this helps
> >
> > http://wiki.apache.org/jakarta-tapestry/UsingCustomResourceSourceForLibs
> > http://wiki.apache.org/jakarta-tapestry/ApplicationBorderComponent
>
> I doesn't explain what these are for.  Is there a wiki page outlining what

Sorry that should have been 

It doesn't explain what these are for.


> these achieve.  Are you trying to set up some other handling of properties
> files, and if so what?
>
> I do have a working border component.  Currently calling

I have conducted an experiment

>
> getPage().getMessages().getMessage("some-key")

If I have this is searches the Page.properties file and then the 
Application.properties file (where the page is called Page)

It does NOT search the Border.properties (Border is the component) or the 
library.properties file

>
> retrieves the key successfully from the Application.properties file.
>
>
>  what I am asking in the question is if I change that to
>
> getMessages().getMessage("some-key")

If I have this it searches the Border.properties file then the 
library.properties file it does NOT search the Page.properties and 
Application.properties file 


-- 
Alan Chandler
http://www.chandlerfamily.org.uk
Open Source. It's the difference between trust and antitrust.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to