本帖最后由 kimi 于 2013-8-5 16:16 编辑
不知什么原因,在打开 收文登记、收文设置、新闻发布....等 时,出现以下的错误:
请帮看看是什么情况?(SP6的版本)
Unable to compile class for JSP: An error occurred at line: 40 in the jsp file: /portal/share/workflow/runtime/flowprcss.jsp The method toFlowHtmlText(Document, WebUser, String, HttpServletRequest) in the type StateMachineHelper is not applicable for the arguments (Document, WebUser, String) 37: .equals("")) { 38: StateMachineHelper helper = new StateMachineHelper( 39: dochtmlBean.getDoc()); 40: String htmlText = helper.toFlowHtmlText(dochtmlBean 41: .getDoc(), dochtmlBean.getWebUser(), 42: dochtmlBean.getFlowAct().getFlowShowType()); 43: isShowHis = helper.isShowHis(dochtmlBean Stacktrace:
|