Sony Thomas wrote:
> Is there is any way to manipulate the value of request object. I have
> a text field in my jsp called "locationName". when I use
> "request.getParamentName("locationName") in my action, I am getting
> the value entered in my jsp. While forwarding from my action, if i
> want to reset the value of locationName to a different value - what
> should I do? How can I do ? please give me some clues???
You should do it some other way, most likely by setting an attribute, or
by using a modified value further downstream.

The parameter map is immutable: if it was mutable then they wouldn't
necessarily be the request parameters anymore.

Dave



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

Reply via email to