inside the parent app view:
#renderView(view="user/form",module="Mailbox")#
i dont have that view in my mailbox module but do have a view in my
parent app (views/modules/mailbox/user/form).
i get the error msg: Could not find the included template /com/modules/
Mailbox/views/user/form.cfm.
should i just include the override view in the renderView()?
ie, #renderView(view="modules/mailbox/user/form")#