[forge-issues] [JBoss JIRA] (FORGE-872) Faces scaffold generates incorrect EL expressions for expansions of @Embedded entities and 1:1 relationships

Vineet Reynolds (JIRA) jira-events at lists.jboss.org
Thu Apr 25 12:54:53 EDT 2013


Vineet Reynolds created FORGE-872:
-------------------------------------

             Summary: Faces scaffold generates incorrect EL expressions for expansions of @Embedded entities and 1:1 relationships
                 Key: FORGE-872
                 URL: https://issues.jboss.org/browse/FORGE-872
             Project: Forge
          Issue Type: Bug
          Components: Scaffold
            Reporter: Vineet Reynolds
            Assignee: Vineet Reynolds


The Faces scaffold generates EL expressions of type {noformat}#{_item.x}{noformat} 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 {noformat}#{_item.expanded_ref.x}{noformat}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list