"Cannot resolve property key" and fmt:message Follow Yuri Ushakov Created August 27, 2008 13:38 Hello,Is there a way to hush IDEA about unresolved property keys in <fmt:message/> ?Thanks.
I have the same problem with <bean:message> using Struts. Any answer would be greatly appreciated.
Out of curiosity, why are they unresolved in the first place? Shouldn't they be present in some .properties file somewhere?
In my case fmt:message gets keys from database.
I´m having the exact same issue. Actually loading messages from a tmx file so static analysis should theoretically be able to find them. (No, I do not recommend tmx.)
Currently only message keys stored in .properties-files are supported.
I think everyone is aware of that. The question is about how to turn of the inspection when the messages are not stored in .property files.
AFAIK this is not possible, I requested such a feature long time ago but can't find it again in JIRA..
I've raised the issue in JIRA: http://www.jetbrains.net/jira/browse/IDEA-19636