Why? I can't think of a single reason to want to do that. If you really wanted to do that then you should be extending the grandparent class. Also are you sure that the parent class is not calling super? generally you do that unless you don't want that functionality.
Paul --- In [email protected], "Anthony Lee" <[EMAIL PROTECTED]> wrote: > > Hi, > > Sorry for the lame AS questions, but can anyone tell me how to call > the super method of the class I'm extending? ie. the grandparent and > not the parent. > > Thanks, > > tonio >

