hello. I have a requirement to override Ext.getCmp(id).getValue method. Basically if Ext.getCmp(id) is null than an alert should be displayed to user while fetching Ext.getCmp(id).getValue(). I need to implement this in an existing project. So i want to make minimal change by overriding the Ext.getCmp(id).getValue method. Pls help me with this.