digitalkaoz
14 Jun 2007, 1:31 AM
he there, im having a problem in opera...
here is the ouput...
JavaScript - http://localhost:8080/jame/
Timeout thread: delay 50 ms
Error:
name: SyntaxError
message: Statement on line 35: Syntax error in call to eval: line 1 :
(<response type='success'
---^
Backtrace:
Line 35 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
return eval("(" + _18 + ")");
Line 203 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
if (this.form.errorReader)
return Ext.decode(_13.responseText);
Line 203 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
this.response = _7;
if (! _7.responseText)
this.result = this.handleResponse(_7);
return this.result;
Line 203 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
var _12 = this.processResponse(_11);
if (_12 === true || _12.success)
if (_12.errors)
this.form.afterAction(this, false);
Line 15 of linked script http://localhost:8080/jame/js/extjs/adapter/yui/yui-utilities.js
if (! _14)
var _16, _17;
if (o.conn.status !== undefined && o.conn.status != 0)
else
_16 = 13030;
if (_16 >= 200 && _16 < 300)
else
this.releaseObject(o);
_17 = null;
Line 15 of linked script http://localhost:8080/jame/js/extjs/adapter/yui/yui-utilities.js
if (o.conn && o.conn.readyState == 4)
At unknown location
[statement source code not available]
the response was
<response type="success">
<methodCall>User.login</methodCall>
<methodResponse>
<you>
<name>aname</name>
<server>aserver</server>
<port>aport</port>
</you>
</methodResponse>
</response>
where is the problem?
in FF2 i got no probs with this, maybe my ext-version is to old? i am using ext.1.0.1a
here is the ouput...
JavaScript - http://localhost:8080/jame/
Timeout thread: delay 50 ms
Error:
name: SyntaxError
message: Statement on line 35: Syntax error in call to eval: line 1 :
(<response type='success'
---^
Backtrace:
Line 35 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
return eval("(" + _18 + ")");
Line 203 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
if (this.form.errorReader)
return Ext.decode(_13.responseText);
Line 203 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
this.response = _7;
if (! _7.responseText)
this.result = this.handleResponse(_7);
return this.result;
Line 203 of linked script http://localhost:8080/jame/js/extjs/ext-all.js
var _12 = this.processResponse(_11);
if (_12 === true || _12.success)
if (_12.errors)
this.form.afterAction(this, false);
Line 15 of linked script http://localhost:8080/jame/js/extjs/adapter/yui/yui-utilities.js
if (! _14)
var _16, _17;
if (o.conn.status !== undefined && o.conn.status != 0)
else
_16 = 13030;
if (_16 >= 200 && _16 < 300)
else
this.releaseObject(o);
_17 = null;
Line 15 of linked script http://localhost:8080/jame/js/extjs/adapter/yui/yui-utilities.js
if (o.conn && o.conn.readyState == 4)
At unknown location
[statement source code not available]
the response was
<response type="success">
<methodCall>User.login</methodCall>
<methodResponse>
<you>
<name>aname</name>
<server>aserver</server>
<port>aport</port>
</you>
</methodResponse>
</response>
where is the problem?
in FF2 i got no probs with this, maybe my ext-version is to old? i am using ext.1.0.1a