Re: Double submit and Implied Save

2005-04-28 Thread Richard Jason R. Raquepo
ts the form contents (and/or listens to > onblur > > events) and only prompts the user if the form data has actually > changed. > > > > > > - Scott > > > > -Original Message- > > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > > Sent: Wed

Re: Double submit and Implied Save

2005-04-27 Thread Nancy Lin
cts the form contents (and/or listens to > onblur > > events) and only prompts the user if the form data has actually > changed. > > > > > > - Scott > > > > -Original Message- > > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > > Sent: Wedne

Re: Double submit and Implied Save

2005-04-27 Thread Frank W. Zammetti
Sent: Wednesday, April 27, 2005 4:25 PM To: Struts Users Mailing List Subject: Re: Double submit and Implied Save From: "Nancy Lin" <[EMAIL PROTECTED]> 1. Here's our application requirement: when user modifies a page, say A and clicks on any other menu item or link, say B

RE: Double submit and Implied Save

2005-04-27 Thread Scott Piker
ED] Sent: Wednesday, April 27, 2005 4:25 PM To: Struts Users Mailing List Subject: Re: Double submit and Implied Save From: "Nancy Lin" <[EMAIL PROTECTED]> > 1. Here's our application requirement: > when user modifies a page, say A and clicks on any other menu

Re: Double submit and Implied Save

2005-04-27 Thread Wendy Smoak
From: "Nancy Lin" <[EMAIL PROTECTED]> > 1. Here's our application requirement: > when user modifies a page, say A and clicks on any other menu > item or link, say B without clicking any button on the modified page > A, page A needs to be automatically saved. If there is nothing wrong > durin

Re: Double submit and Implied Save

2005-04-27 Thread Nancy Lin
I apologize for the confusion please let me rephrase my questions. 1. Here's our application requirement: when user modifies a page, say A and clicks on any other menu item or link, say B without clicking any button on the modified page A, page A needs to be automatically saved. If there is

Re: Double submit and Implied Save

2005-04-27 Thread Michael Jouravlev
On 4/27/05, Nancy Lin <[EMAIL PROTECTED]> wrote: > Our application required that if user enter some data and click on > other menu link or tab without clicking the submit button, the page > will automatically be save. What is the point in submit button then? Maybe you would rather show a dialog "D

Re: Double submit and Implied Save

2005-04-27 Thread Erik Weber
Nancy, could you try to be a little more specific and clearer in your explanations? Nancy Lin wrote: Our application required that if user enter some data and click on other menu link or tab without clicking the submit button, the page will automatically be save. Do you mean that you are submitti