<div dir="ltr">Hello<div><br></div><div>I&#39;m trying to get the most simple map to show in ExtJS, copying the MapPanel example from GeoExt, but All I get is the following error:</div>Object GeoExt.panel.Map has no method &#39;apply&#39;<br>

<br>It seems to be raised in the loader:<div><br></div><div><div>        Ext.Loader.setConfig({</div><div>            enabled: true,</div><div>            disableCaching: false,</div><div>            paths: {</div><div>                GeoExt: &quot;GeoExt&quot;,</div>

<div>                Ext: &quot;ext/src&quot;</div><div>            }</div><div>        });</div></div><div><br></div><div>The paths are those (approot/GeoExt contains the GeoExt js files and folders, and ext/src contains the extjs files and folders).</div>

<div><br></div><div>Thanks you</div></div>