hgs1906 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Error Webservice #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.On load = Uncaught JavaScript exception [uncaught exception: [Exception... 
"Cannot modify properties of a WrappedNative"  nsresult: "0x80570034 
(NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)"  location: "JS frame :: 
http://127.0.0.1:8888/helloworld/sc/modules/ISC_Core.js :: anonymous :: line 
796"  data: no]] in , line 0

What version of the product are you using? 
smartgwt-2.2.zip = SmartGWT 2.2

On what operating system?
Windows 7 x64

Original issue reported on code.google.com by humberto...@gmail.com on 8 Jun 2010 at 3:34

Attachments:

GoogleCodeExporter commented 9 years ago
Cross domain calls cannot be made directly from the browser. You need to have a 
proxy servlet to do this. Write your own or use Smart GWT Pro that includes 
this servlet.

Original comment by sanjiv.j...@gmail.com on 26 Jun 2010 at 5:51