Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
4 Points
6 Posts
Sep 02, 2008 05:25 AM|LINK
Ok I finally found the problem.
I changed the call:
helper.RenderAction(module.ModuleMethod, module.ModuleName, module);
in
helper.RenderAction("Index", module.ModuleName, new {mod = module});
and now the object get passed correctly.
sgentile
Member
4 Points
6 Posts
Re: RenderAction in Preview 5
Sep 02, 2008 05:25 AM|LINK
Ok I finally found the problem.
I changed the call:
helper.RenderAction(module.ModuleMethod, module.ModuleName, module);
in
helper.RenderAction("Index", module.ModuleName, new {mod = module});
and now the object get passed correctly.