I'm having a similar problem. I think I read somewhere that constructors are not inherited. But I think you can call the parent's constructor using super (I think).
xHellghostx commented: Yes you are right.. I used the super and it worked just fine.. Thank you. +0