"Cannot resolve property key" and fmt:message

Hello,

Is there a way to hush IDEA about unresolved property keys in <fmt:message/> ?

Thanks.

0
Avatar
Permanently deleted user

I have the same problem with <bean:message> using Struts. Any answer would be greatly appreciated.

0

Out of curiosity, why are they unresolved in the first place? Shouldn't they be present in some .properties file somewhere?

0
Avatar
Permanently deleted user

In my case fmt:message gets keys from database.

0
Avatar
Permanently deleted user

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.)

0

Currently only message keys stored in .properties-files are supported.

0
Avatar
Permanently deleted user

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.

0

AFAIK this is not possible, I requested such a feature long time ago but can't find it again in JIRA..

0
Avatar
Permanently deleted user
0

请先登录再写评论。