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
