If you get below warning. It is said you defined colume org in the config.properties. But it is not difined in your code.
[INFO] WARNING 2013-01-22 14:21:31.847+0800 net.carefx.gwt.framework.logging.server.LoggerBridgeController:log:157:v78936
[INFO] AppName : unknown AssocAppName:
[INFO] Thread : btpool0-10[149]
[INFO] SequenceId: -1
[INFO] SessionId : x9vgb49yj20e
[INFO] Logger : net.carefx.gwt.framework.client.ui.grid.GridController
[INFO] Message : ColumnConfig is not defined for column - org
[INFO] ---
Solution: 1, define the org in the Column if it is not.
2, correct the name if it exist.
本文介绍了一个关于Column配置未定义的问题及解决方案。问题出现在尝试使用未在代码中定义的Column配置时,系统会发出警告。解决方案包括检查代码确保所有提到的Column配置都已正确定义。

9420

被折叠的 条评论
为什么被折叠?



