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
精彩评论