]
Pete Muir updated FORGE-449:
----------------------------
Assignee: Richard Kennard
Component/s: Scaffold
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
Components: Scaffold
Reporter: Pete Muir
Assignee: Richard Kennard
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: