[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
Mon Apr 22 17:47:53 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-12627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-12627:
-----------------------------------

    Fix Version/s: LATER
                       (was: 4.1.x)

    
> 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/html source editing
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: LATER
>
>
> 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