It won't help you next time when you decide to *keep* the content instead of just displaying empty page. Also, accessing JSP directly (which you do by using redirection... no pun intended) is frowned upon.
Instead of using feature-challenged DispatchAction, next time you might want to try DialogAction: http://struts.sourceforge.net/strutsdialogs/#dialogaction In that case you would redirect to the *same action*, which would display the page. -- Struts Dialogs http://struts.sourceforge.net/strutsdialogs Michael. On 8/25/05, Letícia Álvares Barbalho <[EMAIL PROTECTED]> wrote: > thank you Martin... the tip I got from Gary solved the problem. > Just had to put a redirect="true" in my forward tag. > Thanks > > On 8/25/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > > > Can be solved a couple of different ways > > populating a hidden form field and testing the value of the hidden form > > field OR > > switching on DispatchAction (one for save, one for submit, one for create) > > Take a look at Ted Husted's response to the question at > > http://www.jguru.com/faq/view.jsp?EID=897290 > > > > Martin- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

