Hi Dan,

this question is a little bit hard to answer without seeing the generated
html and perhaps the javascript errors. Are you working in firefox? If so
you can try to install firebug (
https://addons.mozilla.org/en-US/firefox/addon/1843) and check if you can
catch any errors.

cheers,
Ernst.

On Mon, Sep 29, 2008 at 10:07 AM, bdaniel7 <[EMAIL PROTECTED]> wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to