The form tag doesn't properly parse on Websphere 3.5.2 for forwards to it that use redirect="true". The fix is to remove the following lines in ActionServlet (struts 1.0.2).
if (path.startsWith("/")) path = request.getContextPath() + path; Websphere (in 3.5.2 at least) appends the context path later, so you end up with a double nesting. In disagreement with Mark (http://www.mail-archive.com/struts- [EMAIL PROTECTED]/msg40070.html), I think this is an entirely appropriate place to discuss struts deployment on specific app servers. There are bound to be others who have the same problem with Resin. I know I could never have gotten this working on WS if not for the numerous postings about tweaks required specifically for WS. (As it is, I'm stuck on 1.0.2, because I've given up trying to get WS 3.5.2 to work with struts 1.1. I've also given up trying to move beyond WS 3.5.2 due to company inertia.) Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>