History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19781
Type: Bug Bug
Status: Open Open
Assignee: Sergey Vasiliev
Reporter: Kenneth Christensen
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Can't resolve resource bundles via auto-completion

Created: 24 Sep 08 23:00   Updated: 25 Sep 08 12:49
Component/s: J2EE.JSF, J2EE.Seam

Build: 8,823
Severity: High


 Description  « Hide
IDEA 8 can't resolve resource bundles via EL.

Works fine with IDEA 7.

Example:

#{messages.<can't resolve message key>}

Seam conf:

..
...
<core:resource-loader>
<core:bundle-names>
<value>messages</value>
</core:bundle-names>
</core:resource-loader>
...
...

JSF conf:

...
...
<locale-config>
<default-locale>en</default-locale>
<supported-locale>da</supported-locale>
<supported-locale>en</supported-locale>
</locale-config>
...
...



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.