[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1257) EL autcompletion should be aware of resource bundles declared in faces-config.xml

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Nov 5 08:43:44 EST 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-1257?page=comments#action_12385988 ] 
            
Alexey Kazakov commented on JBIDE-1257:
---------------------------------------

We use <resource-bundle> from faces-config for our JSF code completion in EL.
Gavin, if you have some issue in this feature could you explain how to reproduce it?
What I tryed:
1. Create JSF1.2 Project (New->JBoss Tools Web/JSF/JSF -> JSF 1.2 with facelets/FaceletKickStartWithoutLibs
2. Create <project>/JavaSource/temp.properties :
p=v
3. Add
  <application>
  <resource-bundle>
   <base-name>temp</base-name>
   <var>m1</var>
  </resource-bundle>
 </application>
4. Open inputname.xhtml
5. Add <h:outputText value=""/>
6. Ctrl+Click on value="|"
7. I see:
"#{m1}"
"#{msg}"
...
8. Select m1. I see:
"p"

> EL autcompletion should be aware of resource bundles declared in faces-config.xml
> ---------------------------------------------------------------------------------
>
>                 Key: JBIDE-1257
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1257
>             Project: JBoss Tools
>          Issue Type: Feature Request
>            Reporter: Gavin King
>            Priority: Minor
>
> Any resource bundle declared in faces-config.xml is available for use in EL in any JSF application.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list