15 Apr
2003
15 Apr
'03
12:09 p.m.
--On Dienstag, 15. April 2003 14:04 Uhr +0200 Magnus Heino <magnus.heino@home.se> wrote:
note_id=getattr(context,id)
Must be something obvious - do I have to use getId?
note_id=getattr(context,'id')
The only recommended way to obtain the id of an object is using the getId(). -aj