[jbosstools-issues] [JBoss JIRA] (JBIDE-12295) Open-on for EL variables that come from <ui:param/>

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Jul 18 13:32:08 EDT 2012


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

Alexey Kazakov commented on JBIDE-12295:
----------------------------------------

It works fine in case of one <ui:param>
But for example if we have a few pages with the same <ui:param name=.../> then the OpenOn navigates to the first param. It would be greate if OpenOn dialog shows the list of all the params with the same name.
                
> Open-on for EL variables that come from <ui:param/>
> ---------------------------------------------------
>
>                 Key: JBIDE-12295
>                 URL: https://issues.jboss.org/browse/JBIDE-12295
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.Final
>            Reporter: Viacheslav Kabanovich
>            Assignee: Alexey Kazakov
>              Labels: new_and_noteworthy
>             Fix For: 3.4.0.M1
>
>
> mainPage.xhtml
> ...
> <ui:include src="/layout/incPage.xhtml">
> <ui:param name="var1" value="#{someBean}"/>
> </ui:include>
> ...
> /loyout/incPage.xhtml
> ...
> <h:outputText value="#{var1.text}"/>
> Open-on at 'var1' should provide an option to open the declaration in mainPage.xhtml.

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