[jbosstools-issues] [JBoss JIRA] (JBIDE-3526) Code assist/validation/hyperlinks for EL variables that come from <ui:param/>

Isaac Rooskov (JIRA) jira-events at lists.jboss.org
Mon Dec 3 20:56:21 EST 2012


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

Isaac Rooskov updated JBIDE-3526:
---------------------------------

    Release Notes Docs Status: Documented as Feature Request
                       Writer: irooskov
           Release Notes Text: Code assistance, validation and hyperlinks are now provided for expression language variables that come from: <ui:param/>. 

    
> Code assist/validation/hyperlinks for EL variables that come from <ui:param/>
> -----------------------------------------------------------------------------
>
>                 Key: JBIDE-3526
>                 URL: https://issues.jboss.org/browse/JBIDE-3526
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JSF, jsp/jsf/xml source editing
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>              Labels: new_and_noteworthy
>             Fix For: 4.0.0.Alpha1
>
>
> For example:
> mainPage.xhtml
> ...
> <ui:include src="/layout/incPage.xhtml">
>     <ui:param name="var1" value="#{someBean}"/>
> </ui:include>
> ...
> /loyout/incPage.xhtml
> ...
> <h:outputText value="#{var1.text}"/>   <!-- Here CA should work for var1 -->
> ...
> Should also work for ui:composition and ui:decorate.

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