PDA

View Full Version : Bug ExtJS using Prototype Ajax when loading a form



berthi
30 Sep 2009, 12:56 AM
Hi,

When I load a FormPanel, I get a Firebug error:
this.getMethod is not a function
anonymous()ext-all-debug.js (line 59131)
anonymous()prototype.js (line 236)

In Firebug the getMethod in undefined.

I'm using Prototype 1.6.0.3. Prototype is already included.
I include Ext JS by:
<script src="script/extjs/adapter/ext/ext-base-debug.js"></script>
<script src="script/extjs/ext-all-debug.js"></script>

See the figure, where I have set a break-point at the undefined getMethod function.

Can anybody help me???

Greetings,
Bert

wuschba
13 Oct 2009, 4:49 AM
Got the same problem - any solutions for this?