[CLOSED] "ResourceManager is not defined in the View" at the first load

Page 2 of 2 FirstFirst 12
  1. #11
    The current Exception Message should be improved. I have created an Issue to track the status of this change.

    https://github.com/extnet/Ext.NET/issues/1255

    The new Exception Message will be available in Ext.NET 3.3 and Ext.NET 4.
    Geoffrey McGill
    Founder
  2. #12
    Thank you, but I had this statement already in my base layout, do you mean i also need a second instance in the partial view?

    The base layout was included in my first post. I found a number of posts in the forum suggesting that partial views in ext.net do not work in the same way as general MVC. so one of my questions was is that true..

    Anyways thank you for your time.
  3. #13
    The Message has been updated and will be included in the upcoming Ext.NET 3.3 and Ext.NET 4.0.0-beta releases.

    https://github.com/extnet/Ext.NET/issues/1255

    Hope this helps.
    Geoffrey McGill
    Founder
  4. #14
    I would like to clarify. The test case renders a partial view as a non-partial one. In this case a partial view requires its own ResourceManager to be defined - it cannot use its parent's ResourceManager, because there is no parent view in your scenario.

    Many other scenarios don't require a ResourceManager to be defined on a partial view. There are examples:
    http://mvc.ext.net/#/search/partial

    can you now tell me if partial views work the same way in ext.net please
    I don't remember any case where it would fail. If you find some, we would be happy to investigate.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 13
    Last Post: Dec 05, 2012, 9:39 AM
  2. Replies: 3
    Last Post: Mar 22, 2012, 7:46 AM
  3. Replies: 2
    Last Post: Jun 26, 2011, 1:59 AM
  4. Replies: 11
    Last Post: Mar 30, 2011, 2:21 PM
  5. Replies: 0
    Last Post: Mar 29, 2011, 5:32 PM

Posting Permissions