It looks like the main difference is that logic:forward will perform a redirect if you've already written to the output buffer and it's too late to forward.
In my opinion, though, I can't think of a good reason to do a forward from a JSP. The Action class should do the forwarding.