Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 2.0-M3
-
Component/s: Web - Tapestry
-
Labels:None
Description
FileDisplay.java:
The abstract getter methods are not referenced in Java code and may be removed (just the setter methods are used). For transient and persistent properties, Tapestry always generates both a concrete getter and setter (so that property may be read and updated via OGNL), but you should only define the ones you actually need in Java code.