Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-10320

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

XMLWordPrintable

      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

            vrubezhny Victor Rubezhny (Inactive)
            vpakan Vlado Pakan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: