[Zope] getting the id from the context

Magnus Heino magnus.heino@home.se
Tue, 15 Apr 2003 14:04:20 +0200


> note_id=getattr(context,id)
> 
> Must be something obvious - do I have to use getId?

note_id=getattr(context,'id')

/Magnus