Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Craig Cronin 304 posts 503 karma points
    Jun 28, 2016 @ 14:51
    Craig Cronin
    0

    Umbraco.GetDictionaryValue not working in Dynamically loaded Partial View

    I currently am in the process of building a new form that has multiple steps. The confirmation step is dynamically loaded but only the english is being shown.

    The rest of the page works using Umbraco.GetDictionaryValue but not this partial view.

    @inherits Umbraco.Web.Mvc.UmbracoViewPage<>

    function RefreshBasket() { $.ajax("@Url.Action("DisplayCart", "BinBagShoppingBasket")", { cache: false, success: function (data, textStatus, jqXHR) { $(".basket-wrapper").html(data); }, dataType: "html" }); }

    Anyone with any ideas?

Please Sign in or register to post replies

Write your reply to:

Draft