Hello,
I have the following snippet in Layouts/default.vm:
$AjaxHelper.LinkToRemote("Projects",
$UrlHelper.For($DictHelper.CreateDict("controller=projects",
"action=index")), $DictHelper.CreateDict("update=leftpanel"))
+ a left aligned panel:
<div id="leftpanel">
</div>
When I click the link, it should call ProjectsController, action index
and display the projects.
in Index() i have:
if (IsAjaxRequest) CancelLayout();
...
load projects in property bag
...
The code executes, however, nothing is displayed in the div.
How can i make it work?
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---