Should I use redirect-action or dispatcher?

2008-03-12 Thread RajiR
Hi, After logging in am providing a hyperlink to the user to update his details.After clicking on that link,i need to forward to other new page with field values populated.So inorder to redirect it to a new page,should I use redirect-action or dispatcher and why?Is that type=dispatcher

Re: Should I use redirect-action or dispatcher?

2008-03-12 Thread Dave Newton
--- RajiR [EMAIL PROTECTED] wrote: So inorder to redirect it to a new page, should I use redirect-action or dispatcher and why? http://struts.apache.org/2.0.11.1/docs/redirect-action-result.html http://struts.apache.org/2.0.11.1/docs/dispatcher-result.html Why? Because they do entirely

Re: Should I use redirect-action or dispatcher?

2008-03-12 Thread RajiR
Thanks for the informative reply newton.dave wrote: --- RajiR [EMAIL PROTECTED] wrote: So inorder to redirect it to a new page, should I use redirect-action or dispatcher and why? http://struts.apache.org/2.0.11.1/docs/redirect-action-result.html http://struts.apache.org/2.0.11.1/docs