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

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Wed May 5 05:11:06 EDT 2010


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

Daniel Azarov reassigned JBIDE-6179:
------------------------------------

    Assignee: Max Rydahl Andersen  (was: Daniel Azarov)


Max, should I apply patches to 3.1.x branch?

> 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: Max Rydahl Andersen
>             Fix For: 3.1.2
>
>         Attachments: org.jboss.tools.jsf.text.ext.patch, org.jboss.tools.jsf.text.ext.test.patch
>
>
> 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