I have a problem with struts 2 action error while forwarding from one action to another action .The problem lies as there is a interceptor in between and we are doing a redirect action
Can I some how copy the action error from old action to current action or save the action error in the session?
It will highly appreciable if some one gives a working peice of code
Thanks
Your result type is currently "redirect" or "redirectAction" these reset the value stack use "chain". Although you should generally look for a solution that does not use any of the aforementioned result types...