Re: Reload a page after ActionForm

2007-09-19 Thread Paul Benedict
You can set redirect=true on the action mapping. On 9/19/07, Diego Ezquerro <[EMAIL PROTECTED]> wrote: > > Hi to everybody. > > I have a JSP that has a Tree that is modified by a submit button that > sends data to an ActionForm. > Inside this ActionForm class, the tree is modified but only if the

Reload a page after ActionForm

2007-09-19 Thread Diego Ezquerro
Hi to everybody. I have a JSP that has a Tree that is modified by a submit button that sends data to an ActionForm. Inside this ActionForm class, the tree is modified but only if the page is reloaded the tree is visually modified. How can I reload the page after de mapping.findForward sentence?