I specify redirect=true in
struts config and it solve my problem .Thanks a lot.I have another doubt regarding ActionForward.
Let i have this action mapping in struts
In above code i declare 2 forwards and in action class i made ActionForward
object and i return that ActionForward .Suppose i need to redirect to path specify by forward "success" (without declaring redirect in struts.config).
How to do this
Thanks