Re: forwarding from one Action to another Action with new parameters
Posted By:
Haining_Mu
Posted On:
Thursday, April 4, 2002 06:03 AM
there is no direct servlet api support add/change parameter. However, there exist third party servlet implementations and apache custom taglib to support this function. Or, you may just use request.setAttribute() and retrive it with getAttribute if applicable. I have seeing the way to append to existing path as you did in some books.