我使用 Spring MVC。我想通过转发来呈现一些jsp。然后我想将结果写入json。
例如,我想渲染我的复杂 jsp 并在退出时获得: {"result":"ok","html":"......."}
我怎样才能做到这一点?我试图查看 request.getRequestDispatcher("tutorMini").forward(request, response) 但如果我不能将响应传递给它,那么它应该将所有输出写入它。
而且我尝试在jsp中使用一些json标签,但它在层次结构方面存在一些问题: HTML output with jsp:include and json-taglib