[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6136) code completion does not work for view-params

nimo stephan (JIRA) jira-events at lists.jboss.org
Thu Apr 1 13:03:37 EDT 2010


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

nimo stephan updated JBIDE-6136:
--------------------------------

    Description: 
Code completion works for something like this:

<h:outputText value="#{myBean.person.hobby.description}"/>

When using something like this:

<ui:param name="abbreviate" value="#{myBean.person.hobby}"/>

then I cannot use code-completion for valid EL something like this:

<h:outputText value="#{abbreviate.description}"/>

Code Completion should also work in such cases.


  was:
Code completion works for something like this:

<h:outputText value="#{myBean.person.hobby.description}"/>

When using something like this:

<ui:param name="abbreviate" value="#{myBean.person.hobby}"/>

then I cannot use code-completion anymore:

<h:outputText value="#{abbreviate.description}"/>

Code Completion should also work in such cases.




> code completion does not work for view-params
> ---------------------------------------------
>
>                 Key: JBIDE-6136
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-6136
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>         Environment: JBT 3.1 GA, Facelets, JSF 1.2, Eclipse 3.5
>            Reporter: nimo stephan
>
> Code completion works for something like this:
> <h:outputText value="#{myBean.person.hobby.description}"/>
> When using something like this:
> <ui:param name="abbreviate" value="#{myBean.person.hobby}"/>
> then I cannot use code-completion for valid EL something like this:
> <h:outputText value="#{abbreviate.description}"/>
> Code Completion should also work in such cases.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list