Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I don't like Identifiable. The less amount of things we force to the user the better.
Identifiable is definitively removable.
I just need to find out how to make calls like the ones to PropertyUtils in Tapestry4.
PropertyUtils.read(model, "id"); PropertyUtils.write(model, "name", "value");
I could use ONGL, but I prefer to avoid it if I can.
fixed in r1219