I have setup a namespace catalog in my project & it does not seem to work as advertised. Is anyone successfully using this feature? The Tapestry documentation is pretty straightforward regarding this, but I have yet to get it to work.
My project is "abc". I have c:\projects\abc In c:\projects\abc\context\WEB-INF I have abc.application abc.properties Home.properties Home.page In c:\projects\abc\context I have Home.html If Home.html refers to these keys: <span key="firstkey">1</span> <span key="secondkey">2</span> <span key="thirdkey">3</span> Home.properties has firstkey=first secondkey=second abc.properties has thirdkey=third Shouldn't Home.html display "first", "second", & "third" because it gets "first" & "second" from Home.properties & gets "third" from abc.properties? Currently, my Home.html displays "first", "second", and "[thirdkey]", as though it completely ignores abc.properties. If I put all the keys in my namespace catalog & remove Home.properties, none of the keys get displayed (just "[firstkey]", etc.) My thanks in advance to anyone who can give me some guidance here. - Mike
