[jbosstools-issues] [JBoss JIRA] (JBIDE-10320) Code assist for #{messages['...']} does not work properly

Vlado Pakan (Created) (JIRA) jira-events at lists.jboss.org
Fri Dec 2 10:21:40 EST 2011


Code assist for #{messages['...']} does not work properly
---------------------------------------------------------

                 Key: JBIDE-10320
                 URL: https://issues.jboss.org/browse/JBIDE-10320
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml source editing
    Affects Versions: 3.3.0.M4
            Reporter: Vlado Pakan
            Assignee: Alexey Kazakov


Steps to reproduce:

1. Create JSF Kick Start with Facelets
2. Open inputname.xhtml page
3. Type text <h:outputText value="#{msgs[
4. Wait until Content Assist Window is opened and select 'prompt' item

ASSERT: Inserted text is #{msgs['prompt']}
ERROR: Inserted text is #{msgs['prompt'}] - wrong order of closing brackets

When testing with JSF 1.2 Kickstart project without facelets, inputUserName.jsp page, inserted text h:outputText value="#{Message[ and 'header' Content Assist item is used it's working correctly.

Steps how to invoke Code Assist Window is here http://screencast.com/t/ZjZNa6GC2P

--
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