[forge-issues] [JBoss JIRA] (FORGE-873) Scaffold doesn't shows the correct referenced entities in edit views, while in details views shows something like "org.forgetest.model.Entity at 5f9ba38e"

Vineet Reynolds (JIRA) jira-events at lists.jboss.org
Fri Jul 19 18:50:26 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vineet Reynolds resolved FORGE-873.
-----------------------------------

    Resolution: Done


Resolved by use of runtime decisions to render the object, through the Forge tag library. The tag library now provides a {{display}} static function, that accepts an object and returns it's representation using the {{toString()}} if it is defined by it's class. If the {{toString()}} method is not defined in the class, the primary key is used to represent it.

Pushed upstream: https://github.com/forge/core/commit/3a50900cdf7c11036acb5693c993cbb4fa341b47
                
> Scaffold doesn't shows the correct referenced entities in edit views, while in details views shows something like "org.forgetest.model.Entity at 5f9ba38e"
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FORGE-873
>                 URL: https://issues.jboss.org/browse/FORGE-873
>             Project: Forge
>          Issue Type: Bug
>          Components: Scaffold
>    Affects Versions: 1.2.3.Final
>         Environment: JBoss 7.1.1 final , Hibernate 4.2.0.final, 
>            Reporter: claudio perrotta
>            Assignee: Vineet Reynolds
>             Fix For: 1.3.4.Final
>
>
> For a table with a foreign key the UI permits to select the possible values, but this values are listed in a dropdown menu in a form like "org.forgetest.model.Entity at 5f9ba38e" (would be preferable that the string present be relative to the PK referenced)
> Anyway, after setting this field and submitting the form, the data are inserted in the table correctly but when i want to modify the record, the UI doesn't show the setted value for the foreign key and i must set it again before saving.

--
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