Help needed

View: New views
1 Messages — Rating Filter:   Alert me  

Help needed

by Omesh Jadia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,
 
I am facing an issue while using the DWR version 2.0 with IE 7. While working I am getting following error in dwr engine.js
 
I'm getting a syntax error in IE7 on some DWR calls..... My debugger shows the exception occuring on line 921 of engine.js:

911: dwr.engine._eval = function(script) {
912:   if (script == null) { return null; }
913:   if (script == "") { dwr.engine._debug("Warning: blank script", true); return null; }
914:   // var debug = script;
915:   // debug = debug.replace (/\/\/#DWR-START#\r\n/g, "");
916:   // debug = debug.replace(/\/\/#DWR-END#\r\n/g, "");
917:   // debug = debug.replace(/\r/g, "");
918:   // debug = debug.replace(/\n/g, " ");
919:   // dwr.engine._debug("Exec: [" + debug + "]");
920:   return eval(script);
921: };
 
If you have faced the same issue then please help me to sort out the same.
 
Thanks!!!
 
Omesh