> Parameter List: student, course > context.relations.relate( > context.getObject(student), > context.getObject(course)) How's about... getattr(context, student) I think you can do it like... context[student] as well. Search the list archives for a similar thread very recently. tim