struts-config

is there way to put condition on an actionForward in struts config xml file

I'm newbie, so please forgive bad terminology, etc... I want to only follow through on my forward when a condition is met, but I don't know how to incorporate that into my struts config xml. For example, I have this: <action path="somePath" type="myTypeClass" parameter="method" scope="request"> <forward nam...

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..What will be the problem. ...