this[a] has no properties in ext js - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T10:47:18Z http://stackoverflow.com/feeds/question/680387 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/680387/thisa-has-no-properties-in-ext-js 0 this[a] has no properties in ext js Abisha 2009-03-25T06:03:48Z 2009-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#683469 0 Answer by Thevs for this[a] has no properties in ext js Thevs 2009-03-25T21:10:12Z 2009-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>