Awareness of Resource Bundles accessed via EL/Seam
Hi, I recently bought IntelliJ, and love it. I'm using it for Seam-development and it works great, except for one annoyance. I'm not able to access my resource bundle with EL. I do it like this:
#{messages.UploadNewFile}
But i get "Cannot resolve variable messages." All other seam-variables can be accessed with full IntelliSense, but not the resources. I was wondering if there is something I need to configure in order for this to work, or if this is a bug/missing feature in IntelliJ IDEA?
Preben
请先登录再写评论。
Bump
Aren't there somebody out there using IntelliJ with Seam? (Seam's pretty awesome)
Seam support is quite good indeed.
This particular issue has not yet been resolved, but it's planned:
http://www.jetbrains.net/jira/browse/IDEADEV-23883
Much better Seam support is on the roadmap for 8.0 (or so I have been told).
I get around around this particular issue by using plain old "<f:loadBundle>" tags in my pages.
geofrank wrote:
Thank you for the information! That looks promising.