[CLOSED] Partial View Error

  1. #1

    [CLOSED] Partial View Error

    I am finding my partial view will not load in anything other than IE. In FireBug, I get the error:

    function statement requires a name
    [Break On This Error]     
    
    ...Id.getValue()});function(form,action){if (!form.baseParams){form.baseParams={};}...
    
    ext.axd?v=24395 (line 2921, col 436)
    I can see the code passing through my controller, which returns a PartialViewResult.. but after the
    return .... ;
    it fails to load (and fails to fail!).

    I'd post the view code, but it's huge. Are you aware of anything that could cause this in a partial view? The partial is an Ext:Window with an Ext:FormPanel and few containers.


    Thanks.
    Last edited by Daniil; Feb 14, 2012 at 7:00 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Unfortunately, no idea.

    Please demonstrate how you render a partial view:

    1. Calling the controller action with parameters.

    2. The controller action code.

    Probably, it should be ok since it works in IE, but I'm not 100% sure. Needs to check.

    Generally, it would be great to have a runnable example to reproduce the problem. Though, for now, could you post a piece of a partial view which causes the problem? You could comment Ext.NET containers step-by-step and check the issue is still reproducible or not.

Similar Threads

  1. [CLOSED] Loading Partial View under a formpanel
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 25, 2012, 2:26 PM
  2. [CLOSED] Problems with BaseParams in Partial View
    By GLD in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 13, 2012, 2:50 PM
  3. [CLOSED] RegisterOnReadyScript in MVC partial view
    By SandorD in forum 1.x Legacy Premium Help
    Replies: 22
    Last Post: Aug 10, 2011, 4:17 PM
  4. [CLOSED] Error loading partial view in Tab.
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 20, 2011, 8:00 PM
  5. Partial View Error inside TabPanel
    By David Pelaez in forum 1.x Help
    Replies: 1
    Last Post: Feb 07, 2011, 3:08 PM

Posting Permissions