this[a] has no properties in ext js - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T10:47:18Zhttp://stackoverflow.com/feeds/question/680387http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/680387/thisa-has-no-properties-in-ext-js0this[a] has no properties in ext jsAbisha2009-03-25T06:03:48Z2009-03-25T21:10:12Z
<p>I am new to extjs. I have to display a form and and a grid in one page. Grid is showing properly. and the form field are not displaying. In script error it is showing error in ext-all.js. what may be the problem when showing "this[a] has no properties" in firefox script errors? please help me to complete this task.</p>
http://stackoverflow.com/questions/680387/thisa-has-no-properties-in-ext-js/683469#6834690Answer by Thevs for this[a] has no properties in ext jsThevs2009-03-25T21:10:12Z2009-03-25T21:10:12Z<p>This usually happens when you refer to an object/widget which is not yet being rendered (But you suppose it to be).</p>