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

components referenced in components.xml is not available via code complete in java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.6.0.Final
    • 2.0.0.Beta2
    • seam2
    • None

      If I have a class like

      @Name("test")
      class MyComponent {

      }

      <?xml version="1.0"?>
      <!DOCTYPE components PUBLIC "-//JBoss/Seam Component Configuration DTD 1.1//EN"
      "http://jboss.com/products/seam/components-1.1.dtd">
      <components>
      <component class="MyComponent" name="anotherName"/>
      </components>

      then "anotherName" does not show up in codecompletion but it does show up in the seam components view.

            scabanovich Viacheslav Kabanovich (Inactive)
            manderse@redhat.com Max Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: