[jbosstools-issues] [JBoss JIRA] (JBIDE-10393) Resource bundle varible not getting resolved in xhtml editor

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Thu Feb 2 12:03:49 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-10393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-10393.
-------------------------------



Verified on JBT 2012-01-31_0637-H4161-Beta1.
                
> Resource bundle varible not getting resolved in xhtml editor
> ------------------------------------------------------------
>
>                 Key: JBIDE-10393
>                 URL: https://issues.jboss.org/browse/JBIDE-10393
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF, maven
>    Affects Versions: 3.3.0.M4
>            Reporter: Vimal Kansal
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.Beta1
>
>         Attachments: .project, .project, .project, jbosstools-diagnostics-20111208220820.zip, jsf-from-blank-archetype.zip
>
>
> I used the maven archetype "jboss-javaee6-webapp-blank-archetype" to create a blank project. I have created a messages.properties file as /src/main/java/com.corejsf/messages.properties. In my faces-config.xml, I have configured :
> <application>
>    <resource-bundle>
>       <base-name>com.corejsf.messages</base-name>
>       <var>msgs</var>
>    </resource-bundle>
> </application>
> Now, when I create a new .xhtml page and want the auto-completion to automatically resolve an expression like #{msgs.  i.e after typing #{msgs. when I press CTRL+SPACE, I don't see the list of properties defined in the resource bundle. However, CTRL+SPACE stuff works if I refer to any CDI bean.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list