Ticket #22 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

ability to customize field caption

Reported by: eitan Assigned to: eitan
Priority: major Component: authentication
Version: Keywords:
Cc:

Description

add ability to customize field caption. currently, field caption is derived from getter method.

see: http://groups.google.com/group/jmatter/browse_thread/thread/93eded4b6ffad71d/#

Change History

07/18/06 22:37:10 changed by eitan

implemented in revision #9. see FieldAt? annotation definition. now has new argument (optional) named label

annotate getter method. example:

@FieldAt?(label="Payment") public Payment getPmt() {

return pmt;

}

12/13/06 17:28:05 changed by eitan

  • status changed from new to closed.
  • resolution set to fixed.
  • component set to authentication.