[
https://issues.jboss.org/browse/FORGE-873?page=com.atlassian.jira.plugin....
]
Hanine Hanynowsky edited comment on FORGE-873 at 5/20/13 10:57 PM:
-------------------------------------------------------------------
Guys! I always used : public String toString {return someattribute;} in the entities.
That allows to display a human-readable string representation of a drop down object
instead of its Java reference!
In some lazy cases, I did as Claudia did. But that's too much modification if you have
tons of entities....
Wouldn't adding toString method be a fix for this bug? (The Entity generation plugin
should pick the ID field and the first following field as String representation for the
toString method). no?
was (Author: hanynowsky):
Guys! I always used : public String toString {return someattribute;} in the
entities. That allows to display a human-readable string representation of a drop down
object instead of its Java reference!
In some lazy cases, I did as Claudia did. But that's too much modification if you have
tons of entities....
Wouldn't adding toString method a fix for this bug? (The Entity generation plugin
should pick the ID field and the first following field as String representation for the
toString method). no?
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
Assignee: Vineet Reynolds
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:
http://www.atlassian.com/software/jira