Hello,

I’ve some problems with localized messages, it’s working on Firefox, Chrome
and Safari but not for Internet Explorer!

My web xml:

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

<filter-class>org.apache.tapestry5.spring.TapestrySpringFilter</filter-class>
</filter>
<filter-mapping>
        <filter-name>app</filter-name>
        <url-pattern>/*</url-pattern>
</filter-mapping>

In WEB-INF the properties file name is app_fr.properties

In my page, for example I see this error: [[missing key: dashboard.logs]]
and no one properties works.

Thanx in advance.


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Localized-messages-doesn-t-work-on-internet-explorer-tp5714064.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

Reply via email to