[jbosstools-issues] [JBoss JIRA] (JBIDE-12627) EL resolver for expresions which use <ui:param> doesn't work after eclipse restarting

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Sep 14 20:03:35 EDT 2012


Alexey Kazakov created JBIDE-12627:
--------------------------------------

             Summary: EL resolver for expresions which use <ui:param> doesn't work after eclipse restarting
                 Key: JBIDE-12627
                 URL: https://issues.jboss.org/browse/JBIDE-12627
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml source editing
    Affects Versions: 4.0.0.Alpha2
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 4.0.x


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list