You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Niklas Ekman <ni...@yahoo.com> on 2004/11/13 09:55:13 UTC

Overriding localisation text

Hello,

I have a tapestry library with a page that I use in a
web project. I want to show another text for one of
our customers, is there any way to override the
getMessage() so that it looks in another file for the
text? Can I put another localisation file on the
classpath to be used instead?

Best regards,

Niklas Ekman


		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Overriding localisation text

Posted by Marcus Brito <mb...@gmail.com>.
You can just put another properterty file in the classpath, and if
your servlet container loads clases by the spec, it should work.

-- Marcus Brito

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org