Jim Marino wrote: > As a hack would setting the module component implementation to null > work? If this worked, I think it should only be temporary and we should > do the recursion solution since others will run into this. >
That was my first attempt and it NPEs - it may be possible to detect the null and quit processing at that point but I was not sure what impact that would have. I'll try it. -- Jeremy
