I\'m successfully using a redirect-action for one of my struts2 mapping files as follows:
Actually, that doesn't work. However, I was able to get this working doing the following:
myOtherAction ${dynamicParameterValue}
I had just assumed it wouldn't work.