Please check your web.xml. 

In mine : 


<filter> 

    <filter-name>app</filter-name> 

  <filter-class>org.apache.tapestry5.TapestryFilter</filter-class> 

</filter>

My global properties file is  called app.properties (from filter name) , and it 
is in the same folder as web.xml. 

Also note that  each page/component  could have its own properties file.  The 
values in the page/component properties file takes precedence over it 
containers 

properties file.


Shing 


----- Original Message -----
From: karthi <rathinasamy....@snovabits.net>
To: users@tapestry.apache.org
Cc: 
Sent: Thursday, March 1, 2012 11:07 AM
Subject: Re: How to display special characters in tml page

I tried that in properties file

but it says missing key -- [[missing key: stock]] 

My project name is Registration, in that under resources - pages package
created one Registration.properties file and in that added that key and
value

In test.tml file when I called like this <p> ${message:stock}  </p> it
throws the above error

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-display-special-characters-in-tml-page-tp5527308p5527609.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

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

Reply via email to