Apache Struts 2 Wiki > Welcome to Apache Struts2 > How to add dynamic redirect in my action
Added by eagle_speed, last edited by eagle_speed on Oct 16, 2008

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!