我创建了一个动态文本框控件,当回发事件发生时它会消失,以避免这种情况我在init事件中重新创建了控件,如果没有更新面板,这样可以正常工作。如果放置更新面板
它在init事件中抛出空引用异常错误。
如何解决问题。
代码:
OperationLog operationLog = getOperation(opHandle).getOperationLog();
if (operationLog == null) {
throw new HiveSQLException("Couldn't find log associated with operation handle: " + opHandle);
}