On 2/15/06, Alberto <[EMAIL PROTECTED]> wrote: > I think it wouldn't be *that* easy to implement either, as you'd have > to traverese the full path to the desired attribute... what if one of > the intermediary attributes is a callable? (well, ok, it could be a > property...). it remind's me of Cheetah's name lookup mechanism (though > maybe my memory is not good at all :). I think it's too much magic for > just a little datagrid ;)
Oops. I missed the "." in Jorge's strings. The best bet to do what Jorge suggests would probably be eval, and if we're doing eval we may as well just stick with a lambda. Kevin

