PDA

View Full Version : NPE caused when bringing up a context menu in a TreeTable.



rszeto
28 Apr 2008, 8:24 AM
[ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
at com.extjs.gxt.ui.client.widget.treetable.TreeTableView.clearHoverStyles(TreeTableView.java:66)
at com.extjs.gxt.ui.client.widget.treetable.TreeTable.onShowContextMenu(TreeTable.java:365)
at com.extjs.gxt.ui.client.widget.Component$1.execute(Component.java:1180)
at com.google.gwt.user.client.CommandExecutor.doExecuteCommands(CommandExecutor.java:311)
at com.google.gwt.user.client.CommandExecutor$2.run(CommandExecutor.java:206)
at com.google.gwt.user.client.Timer.fireImpl(Timer.java:164)
at com.google.gwt.user.client.Timer.fireAndCatch(Timer.java:150)
at com.google.gwt.user.client.Timer.fire(Timer.java:142)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod(IDispatchImpl.java:126)

Does anyone know what the problem is?

Thanks,
Rick

darrellmeyer
5 May 2008, 9:07 AM
This is a bug that has been fixed in SVN.