Where is it that you want to use this? Different places, like in the
screen widget and such, do something for this on their own. It might
be nice to refactor the code out of the screen widget to prepare the
combined Map in UtilHttp (which includes in this order of priority:
request attributes, request parameters, session attributes,
application attributes).
-David
On May 2, 2007, at 11:39 PM, Anil Patel wrote:
> Hi,
> UtilHttp.getParameterMap method prepares a Map of values from the
> request
> object. Is there a reason why we don't try to get values from Request
> Attributes. It will be nice if it did, There are lot of times when
> we do
> request chaining and the only way to values between is to set them in
> request attributes.
>
> If its ok to use request Attributes then I'll put up Patch for it.
>
> regards
> Anil Patel