| Apache Struts 2 Wiki > Welcome to Apache Struts2 > How to add dynamic redirect in my action |
In Struts1 ,I can new ActionForwad for redirect when want to do it.
But in Struts2 ,we how to do it.
In struts.xml can configuration mapping with <param> ,In factly, The number of parameters uncertainty.
help me!