Re: calling DispatchAction when clicked Refresh on Browser

2006-02-09 Thread fea jabi
Thank you all for the responses. I'll take a look at it. From: Emmanouil Batsis <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: calling DispatchAction when clicked Refresh on Browser Date: Thu, 09 Feb 2006 18:26:47 +0

Re: calling DispatchAction when clicked Refresh on Browser

2006-02-09 Thread Emmanouil Batsis
Hello Fea, fea jabi wrote: When I click on the Refresh on the toolbar of the browser, I am seeing that it tries to execute this Add method, and adding one more row. why is that? How to prevent the same? In general it is a good practice to redirect instead of forwarding to the view after

Re: calling DispatchAction when clicked Refresh on Browser

2006-02-09 Thread Ext . Ilitia2
09/02/2006 16:59 Subject: calling DispatchAction when clicked Refresh on Browser Please respond to

Re: calling DispatchAction when clicked Refresh on Browser

2006-02-09 Thread Michael Jouravlev
On 2/9/06, fea jabi <[EMAIL PROTECTED]> wrote: > I my JSP I am having a button "Add", which adds a row to the table when > clicked and this code is in DispatchAction. i.e adding one more object to my > table List. > > Everything works fine. > > When I click on the Refresh on the toolbar of the brow

calling DispatchAction when clicked Refresh on Browser

2006-02-09 Thread fea jabi
I my JSP I am having a button "Add", which adds a row to the table when clicked and this code is in DispatchAction. i.e adding one more object to my table List. Everything works fine. When I click on the Refresh on the toolbar of the browser, I am seeing that it tries to execute this Add meth