Re: some question about adding parameter when redirecting in struts.

2008-01-01 Thread Paul Benedict
Use ActionRedirect class. Grab the forward from mapping.findForward, wrap, and add parameters. Paul On Jan 1, 2008 3:51 AM, Tony Lin <[EMAIL PROTECTED]> wrote: > hi all, >Happy new year! >I have got a question about how to set parameter to the url when using > redirect in struts. >Fo

some question about adding parameter when redirecting in struts.

2008-01-01 Thread Tony Lin
hi all, Happy new year! I have got a question about how to set parameter to the url when using redirect in struts. For example, i am going to update a persion's profile. And I am using PersonUpdateAction to do this. When I finish doing the update operation I would redirect to the page w