]
Alexey Kazakov reassigned JBIDE-13254:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
In Seam 2.3 seam-gen generated project imported in JBDS, EL
completion for Seam Messages doesn't work
------------------------------------------------------------------------------------------------------
Key: JBIDE-13254
URL:
https://issues.jboss.org/browse/JBIDE-13254
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: seam2, upstream
Affects Versions: 3.3.1.Final, 4.0.0.Beta2
Environment: WFK 2.1.0.CR2 Seam.2.3.0.Final-redhat-1, JBDS 5.0.1.GA, JBDS
6.0.0.Beta2a
Reporter: Ron Šmeral
Assignee: Jeff MAURY
Fix For: LATER
After importing a Seam 2.3 seam-gen generated project in JBDS, the EL completion for Seam
Messages doesn't work.
This works OK for a Seam project created in JBDS and for a Maven project imported to
JBDS.
Actual results:
Even though the "messages" component is suggested, no actual messages from the
properties files are suggested. A warning is shown for e.g
#{messages['org.jboss.seam.NotLoggedIn']}.
Expected results:
Messages from messages_xx.properties should be suggested without warnings.