module config:
this.viewParentLookup = true;
event in the host:
arguments.event.setView(view="user/form");
in that view:
#renderView(view="user/form",module="security")#
what is rendered is the view in the security module instead of the
override in the host.
the path in the host:
views/modules/security/user/form.cfm
the path in the module:
views/user/form.cfm
am i missing something?