My Ext (Sencha) page throws this JS error when it initialises:
Uncaught TypeError: Cannot read property 'value' of null - ext-all-debug.js:89797
it errors on this line:
startUp: function () {
var me = this;
me.currentToken = me.hiddenField.value
Because 'hiddenField' is null. Without pasting the entire page content (it's very big, and under NDA), can anyone tell what I should look for that might be on my page that's causing this?