[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-3724) JSF EL code assist don't see fields from interfaces.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Feb 2 17:59:44 EST 2009


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

Alexey Kazakov updated JBIDE-3724:
----------------------------------

    Description: 
Intrface:
public interface IPerson {
	String field = "";
}

Managed bean "person":
public class Person implements IPerson {...}

Ctrl+Space on #{person.|} should suggest person.filed

See screenshot.

  was:
Intrface:
public interface IPerson {
	String field = "";
}

Managed bean "person":
public class Person implements IPerson {...}

Ctrl+Space on #{person.|} should suggest person.filed

See screenshot.

It also should work for Seam EL:

Intrface:
public interface IPerson {
	String field = "";
}

@Name("person")
public class Person implements IPerson {...}

Ctrl+Space on #{person.|} should suggest person.filed



I'm wrong with Seam. It should work only for plain JSF managed beans, Seam EL CA works fine.

> JSF EL code assist don't see fields from interfaces.
> ----------------------------------------------------
>
>                 Key: JBIDE-3724
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3724
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.0.0.CR2
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.0.0.GA
>
>         Attachments: person.filed_DoesNotWork.jpg
>
>
> Intrface:
> public interface IPerson {
> 	String field = "";
> }
> Managed bean "person":
> public class Person implements IPerson {...}
> Ctrl+Space on #{person.|} should suggest person.filed
> See screenshot.

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