Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-3724

JSF EL code assist doesn't see fields from interfaces

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.GA
    • 3.0.0.CR2
    • jsf
    • None

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

      Managed bean "person":
      public class Person implements IPerson

      {...}

      Ctrl+Space on #

      {person.|}

      should suggest person.filed

      See screenshot.

              scabanovich Viacheslav Kabanovich (Inactive)
              alexeykazakov Alexey Kazakov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: