Hi, I really like too much your tutorial, is really complete.
And I will appreciate you could help me with a doubt.
How do you set a request scope attribute in the action class that the forwarded jsp receives without any problem.
I'm doing this: return ActionForward("/success.jsp", true); and I doesn't work, the only way is when I set to false the redirect flag, but in this case, user gets the strut at the end, not the page and I need to be the simple page.