Forwards are instances of the ActionForward class returned from an ActionForm's execute method.These map logical names to specific resources (typically JSPs) <forward> element has following attributes.
name: logical name of the forward used within execute() method of Action class to forward to the next resource
path: to-be-forwarded resource
redirect: redirect (true) or forward (false)