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

EL resolver for expresions which use <ui:param> doesn't work after eclipse restarting

XMLWordPrintable

      1. Create JSF 2 KickStart project
      2. Open inputname.xhtml
      3. Add <ui:param name="client" value="#

      {user}

      " /> inside <ui:composition> (line #9)
      4. Save the file.
      5. Open common.xhtml
      6. Add <h:outputText value="#

      {client.}

      " />
      7. Try Ctrl+Space for #

      {client.|}
      8. ASSERT: There is "name" in the list of proposals.
      9. Close all the editors.
      10. Re-start the eclipse
      11. Open common.xhtml
      12. FAILURE: Try Ctrl+Space for #{client.|}

      . It's not working anymore.
      13. Clean/build the project.
      14. Try Ctrl+Space for #

      {client.|}

      15. ASSERT: There is "name" in the list of proposals.

            scabanovich Viacheslav Kabanovich (Inactive)
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: