Hi,
I have a requirement where in the action has to be forwarded based on
certain runtime conditions.The destination will be decided only on the
runtime.
-------------------------------
if(Input = "Case1" )
forward action1
else
forward action2.
-------------------------------
Basically i want to acheive a simple forward( requestdispatcher.forward() ) in
ActionClass in Struts 2.0.
How can we acheive this in Struts 2.0. I dont have any API to acheive this.
Any inputs pls?
Regards,
Arun