]
claudio perrotta commented on FORGE-873:
----------------------------------------
Solved...
to show the setted value in the dropdown menu must override the equals() function in the
entity class with a more "correct" version like this
Scaffold doesn't shows the correct referenced entities in edit
views, while in details views shows something like
"org.forgetest.model.Entity@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
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@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: