[Coldbox 3.5] RenderView module parent Lookup

When I do setView(“test/myview”) from within a module, the viewParentLookup is obeyed, and views/externalviews are considered.

If I do renderView(view=”test/myview”, module=”mymodule”) then viewParentLookup doesn’t seem to work.

Is this a bug, or is this something I’m doing wrong?

When I do setView(“test/myview”) from within a module, the viewParentLookup is obeyed, and views/externalviews are considered.

If I do renderView(view=”test/myview”, module=”mymodule”) then viewParentLookup doesn’t seem to work.

Is this a bug, or is this something I’m doing wrong?