[coldbox-3.8.1] Renderview inside a renderview

I’m using some widget / viewlet architecture and I have an event that needs a widget so I renderview() that widget with args and the page initially comes out nicely. However, now, inside that widget I have two other widgets I need so, in viewlet 1, I’m trying to renderview viewlet 2 and 3 and I’m getting some strange errors when the code hits the renderview and it does not look like it is anything I’ve done wrong in the call or what I’m passing viewlet 2 so I started to think…since viewlet 1 is not done, can the request as it’s in the middle of processing a renderview branch out and return from another renderview.

My initial insights suggest that this might be my problem so I thought before I’d start spinning my wheels trying to figure this out, I’d first ask it its possible.

Thanks,

Mike Craig