-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dave,
Dave Newton wrote: > Someone else may have a better idea, but I think this is just the > nature of the way HTTP works: you can forward or redirect; forward > means you get the same request, redirect means you get a new one. I'm not entirely sure this is true, at least not through Struts. For instance, I have actions that forward to other actions and add request parameters along the way. I do this by returning an ActionForward from the first action which contains GET-style parameters added to the path. One way or another, the request as viewed by the second action (via forward, not redirect) gets those newly-added parameters. Perhaps the original request is wrapped in something that makes it look like additional parameters have been added, so you get a sort-of aggregate request. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGS0i+9CaO5/Lv0PARAntEAKCRkdx/J/XlhkhWuhTeaSruX+lMHwCeJx6d y+HCxEFxJ7NolfR+7kCb24s= =5MTJ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]