Pete Muir created FORGE-449:
-------------------------------
Summary: View screen doesn't cope with Integer/int types
Key: FORGE-449
URL:
https://issues.jboss.org/browse/FORGE-449
Project: Forge
Issue Type: Bug
Reporter: Pete Muir
Given
{code:java}
private Integer capacity;
public Integer getCapacity() {
return capacity;
}
public void setCapacity(Integer capacity) {
this.capacity = capacity;
}
{code}
The capacity is displayed fine in tables, but is missing on the detail screens. Looking at
the source, no binding is generated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira