[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-6179) OpenOn should work for EL which variables from "var" attributes.

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Fri Apr 30 10:58:05 EDT 2010


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

Daniel Azarov resolved JBIDE-6179.
----------------------------------

    Resolution: Done


> OpenOn should work for EL which variables from "var" attributes.
> ----------------------------------------------------------------
>
>                 Key: JBIDE-6179
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-6179
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.1.0.GA
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>             Fix For: 3.1.2
>
>
> For example:
>  
> <rich:dataTable value="#{seamComponent.list}" var="_localVariable">
>    <h:outputText value="#{_localVariable.property}" />
> </rich:dataTable>
>  
> @Name("seamComponent")
> public class SeamComponent
> {
>    public List<Something> getList() {
>    }
> }
>  
> OpenOn for #{_localVariable.property} should work.

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