Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-872

Faces scaffold generates incorrect EL expressions for expansions of @Embedded entities and 1:1 relationships

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.3.0.Final
    • 1.2.3.Final
    • Scaffold
    • None

      The Faces scaffold generates EL expressions of type

      #{_item.x}

      in the search.xhtml pages for entities that reference a uni-directional 1:1 relationship or embed another entity via the @Embedded annotation.

      Since the scaffold attempts to expand these entities and inline them within the search results, the generated EL expressions should instead be

      #{_item.expanded_ref.x}

      .

            vineet.reynolds_jira Vineet Reynolds (Inactive)
            vineet.reynolds_jira Vineet Reynolds (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: