Note that there are some explanatory texts on larger screens.

plurals
  1. POthis.el is null, caused by <form runat="server">
    primarykey
    data
    text
    <p>Ok I'm stumped, I have a good 10 other pages all using the same layout etc all working fine, but I created a new page and cannot get it to work. </p> <p>I have noticed what is causing the error but I don't know why or how to fix it. Have a look at the code below, </p> <p>Its a form with <code>runat=server</code>, <a href="http://www.ext.net" rel="nofollow">Ext.Net</a> Resource Manager, Viewport, Tab Panel and 2 Panels, no code behind. </p> <p>When I load this i get the dreaded <code>this.el is null</code> in Firefox and <code>Uncaught TypeError: Cannot set property 'setSize' of null</code> in Chrome. But alas I remove the form tag and everything works as it should. Now you might say well just remove the form tag, but I cant will add asp.net controls later that needs this tag.</p> <p>Markup:</p> <pre><code>&lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="PriceSetting.aspx.cs" Inherits="V2_RenewalsProcess_PriceSetting" %&gt; &lt;%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %&gt; &lt;DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head runat="server"&gt; &lt;title&gt;Ovott V2&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;form id="pricesetting" runat="server"&gt; &lt;ext:ResourceManager ID="ResourceManager1" runat="server" /&gt; &lt;ext:Viewport ID="Viewport1" runat="server" Layout="border"&gt; &lt;Items&gt; &lt;ext:TabPanel ID="TabPanel1" runat="server" Region="Center"&gt; &lt;Items&gt; &lt;ext:Panel ID="Panel5" runat="server" Title="To Be Submitted" Border="false"&gt; &lt;/ext:Panel&gt; &lt;ext:Panel ID="Panel6" runat="server" Title="Awaiting Approval"&gt; &lt;/ext:Panel&gt; &lt;/Items&gt; &lt;/ext:TabPanel&gt; &lt;/Items&gt; &lt;/ext:Viewport&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload