我正在尝试调用 PagedResultList 的构造函数:
def result = new PagedResultList(list: q, totalCount:q.size())
其中 q 是我的 ArrayList 但我收到一条错误消息,提示无法解析类。我以为 PagedResultList 类在 grails 库中,为什么会出现此错误。我正在运行 grails 1.3.7
我正在尝试调用 PagedResultList 的构造函数:
def result = new PagedResultList(list: q, totalCount:q.size())
其中 q 是我的 ArrayList 但我收到一条错误消息,提示无法解析类。我以为 PagedResultList 类在 grails 库中,为什么会出现此错误。我正在运行 grails 1.3.7