7 Mar
2005
7 Mar
'05
5:34 p.m.
On Mar 7, 2005, at 15:36, Jean Jordaan wrote:
The fix for that is to s/id/getId()/ .. why is accessing id directly failing? I've read here and there that getId is wrong, but this code comes from before I knew about that ..
getId is *the canonical way* to get an object's ID and is recommended over using anything else. jens