Hi ,
I am new to Struts2 , meanwhile i am going through the concept of Redirect in
Struts .
I got Confusion in understanding these two Redirect types
1.Redirect After Post
2.Redirect Action Result:
As per the definations these are for :
Redirect After Post: This is a common
pattern in web application. In which an action is redirected to another action.
Redirect Action Result: The ActionMapper provided by the ActionMapperFactory is used to redirect the browser to a URL that invokes the specified action.
Can anybody please explain this .when to use the First type and Second Type .