开发者

Two request parameter in struts2 "redirect-action" result type

In the Below code,

<result type="redirectAction" name="success">
                <param name="actionName">
                    loadManagePrdtprty{1}?prtycrnid=${prtCrnId}&exitWindow=${exitWindow}
                </param>
            </result>

application is not getting start开发者_如何学JAVA..What will be the problem.


I don't think that

loadManagePrdtprty{1}?prtycrnid=${prtCrnId}&exitWindow=${exitWindow}

is your Action's name. You can look up on how o use redirectAction here : http://www.vitarara.org/cms/struts_2_cookbook/post_and_redirect

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜