I have an Action which is usualy accessed from an html form page... It
requires 4 request parameters. I need to forward to this action from another
action but the action I'm forwarding from does not have all 4 of the reuired
request parameters. I know what the value of the parameters should be but I
cannot put them in the request scope unless I use request.setAttribute()
however the action being forwarded to is not looking for the required
parameters from the Attributes but the requestParametes.. has anyone figured
out an easy way to modify the available requestParameters before forwarding

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to