-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Given
private Integer capacity; public Integer getCapacity() { return capacity; } public void setCapacity(Integer capacity) { this.capacity = capacity; }
The capacity is displayed fine in tables, but is missing on the detail screens. Looking at the source, no binding is generated.