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

Support suggestions for JSF DataModel when created inline in seam

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Minor Minor
    • LATER
    • 3.1.0.M3
    • seam2
    • None
    • Seam 2.2.0, Richfaces 3.3.1, Tools 3.1M3, Eclipse 3.5

    • Documentation (Ref Guide, User Guide, etc.)

      When editing an xhtml file if I create a rich:dataTable and use an object outjected via @DataModel then Tools will suggest the possible values for auto-completion.

      However, if I create the DataModel inline by wrapping a collection like this:

      <rich:dataTable id="banList" var="ban" value="#

      {dataModels.getDataModel(summaryBillingAccountNumber.billingAccountNumbers)}

      " ">
      ....
      </rich:dataTable>

      Then if I access the value "ban" through EL like <h:outputText value="#

      {ban.name}

      " /> the suggestions after I type "ban." are for the DataModel object not the ban object. It would be nice if the behavior was the same.

              alexeykazakov Alexey Kazakov
              cody.lerum@gmail.com Cody Lerum
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: