Problem of using addTargetedDelegate(this,INT_MIN+1,true)

Hi,
I add two layer to scene, two layer has CCMenu in the same position. Now I use addTargetedDelegate(this,INT_MIN+1,true) in upper layer to swallow the lower layer menu touch event, but the upper layer menu event also be swallowed. How I can enable upper layer menu touch and swallow lower layer ?