gpt4 book ai didi

java - 提交有效表单后在 Liferay 中重定向?

转载 作者:行者123 更新时间:2023-12-02 07:35:04 27 4
gpt4 key购买 nike

如何在 Spring Controller 中使用 liferay 来做到这一点?

    if (bindingresult.hasErrors()) {
return "myJspName";
}
return "redirect:/somePage";

最佳答案

假设您的代码处于 portlet 操作阶段,您可以使用 actionresponse 对象进行重定向,例如:

actionResponse.sendRedirect("/somepage")

关于java - 提交有效表单后在 Liferay 中重定向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12369133/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com