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

Cody Lerum (JIRA) jira-events at lists.jboss.org
Wed Apr 25 16:39:18 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12687769#comment-12687769 ] 

Cody Lerum commented on JBIDE-3526:
-----------------------------------

If the issue here is with having to scan the entire xhtml document to register ui:params variables then maybe initially limiting to ones defined in a f:metadata would be a good compromise / first step
                
> Code assist 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: Alexey Kazakov
>             Fix For: 3.4.x
>
>
> 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 -->
> ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list