I currently have a DIV inside a view, which I .load() at runtime (via jQuery) with the create view for another controller. this works but when I look at the page the div is empty (of course). I'm doing this because I haven't figure out how to embed a view within a view.
what I need is some kind of inclusion statement. I found @RenderPage() but that won't issue a controller method call.