Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Using Hilites Can Cause JavaScript Errors

$
0
0
Using SmartClient Version: v9.0p_2013-07-10/Enterprise Deployment (built 2013-07-10) with IE9.

Seems to happen when you use a hilite with criteria, and the attribute referenced in the criteria does not exist in the record. This worked in prior versions.

JavaScript error is:

11:04:36.321 [ERROR] [com.pci.comm.Communication] 11:04:36.319:MDN2:WARN:Log:Error: 'Unable to get value of the property 'type': object is null or undefined' in http://127.0.0.1:8888/com.pci.comm.Communication/sc/modules/ISC_Core.js at line 2538
anonymous(msg=>"Unable to get value of the property 'typ..."[71], url=>"http://127.0.0.1:8888/com.pci.comm.Commu..."[71], line=>2538)
com.smartgwt.client.core.JsObject$SGWT_WARN: 11:04:36.319:MDN2:WARN:Log:Error: 'Unable to get value of the property 'type': object is null or undefined' in http://127.0.0.1:8888/com.pci.comm.Communication/sc/modules/ISC_Core.js at line 2538
anonymous(msg=>"Unable to get value of the property 'typ..."[71], url=>"http://127.0.0.1:8888/com.pci.comm.Commu..."[71], line=>2538)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Construc tor.java:525)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(Meth odAdaptor.java:105)
at com.google.gwt.dev.shell.MethodDispatch.invoke(Met hodDispatch.java:71)
at com.google.gwt.dev.shell.OophmSessionHandler.invok e(OophmSessionHandler.java:172)
at com.google.gwt.dev.shell.BrowserChannelServer.reac tToMessages(BrowserChannelServer.java:293)
at com.google.gwt.dev.shell.BrowserChannelServer.proc essConnection(BrowserChannelServer.java:547)
at com.google.gwt.dev.shell.BrowserChannelServer.run( BrowserChannelServer.java:364)
at java.lang.Thread.run(Thread.java:722)

Viewing all articles
Browse latest Browse all 4756

Trending Articles