JSTL的标签  <c:forEach> 里的items属性被赋予了一个无法遍历的对象。

LableManager label=(LableManager) service.findeById(id);
List<LableManager> labels = new ArrayList<LableManager>();
labels.add(label);
session.setAttribute("lable",labels);

相关文章:

  • 2021-11-01
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2021-08-11
  • 2021-10-05
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2021-08-16
  • 2021-11-08
  • 2021-12-21
相关资源
相似解决方案