Is that a redirecting forward? "eForm request parameters"?  - Isnt that an
actionform and not a request object? Your getting null for what? eForm? or
eForm getter return values? Youve remembered that when you forward to
another action you make another trip through the request processor right?
Does the second action have the same value for the attribute property in its
mapping? If it doesnt then how are you trying to retrieve eForm in the other
action? If it does then have you realised that the second trip through the
RP will result in reset() being called again and the form repopulated from
the request?

One thing I can tell you though: Action chaining is bad.
Dont do it. Your just entering a world of pain...
(Search list archive for details to be found in numerous discussions on the
matter)

-----Original Message-----
From: Barry Volpe [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 29 October 2003 10:46
To: Struts Users Mailing List
Subject: form attributes available to action


Hi,

I have the following:

request.setAttribute(mapping.getAttribute(), eForm);

in one action.  Now I forward this to

another action and want to retrieve the eForm request

parameters.



How do I do this in the forwarded action?

I keep getting null.



Thanks,

Barry




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

Reply via email to