No solution yet.  I'm using 3.0.3 on Win2k.

If I find a solution, I will certainly post it.  Otherwise, I'm still 
searching.  Perhaps this is a Tapestry bug?

  - Mike






Ryan <[EMAIL PROTECTED]> 
11/27/2005 08:08 PM
Please respond to
"Tapestry users" <[email protected]>


To
Tapestry users <[email protected]>
cc

Subject
Re: using the Namespace Catalog for i18n?






I am experiencing the exact same problem using 4.0-beta13. Did you
ever find a solution?

ryan


On 11/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
wrote:
> 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
>
>

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


Reply via email to