已经在JSP中包含了StringUtils类(<%@page import="org.apache.commons.lang.StringUtils" %>), 但是还是报错找不到StringUtils类和join方法,报错如下:
Sourced file: StringUtils.join($httpRequest.getParameterValues("DeptID")) : Attempt to resolve method: join() on undefined variable or class name: StringUtils
Sourced file: StringUtils.join($httpRequest.getParameterValues("DeptID")) : Attempt to resolve method: join() on undefined variable or class name: StringUtils :
at Line: 1 : in file: StringUtils.join($httpRequest.getParameterValues("DeptID")) : StringUtils .join ( $httpRequest .getParameterValues ( "DeptID" ) )