RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Mark Galbreath
Tuesday, March 11, 2003 9:40 PM To: Struts Subject: RE: The Back button on on multi-page forms ?? m. cookies (And don't even try to go to the "what if they have JS turned off crap") In my case they dont get past page one without js, so there is nowhere to go back to

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Andrew Hill
2 March 2003 10:29 To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms ?? Ah, use a cookie and you can do whatever you want with the bloody lamerz that hit the button! Mark (And don't even try to go to the "w

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Mark Galbreath
6 PM To: Struts Users Mailing List Subject: RE: The Back button on on multi-page forms ?? Well, its just a case of using location.replace(url) instead of a normal link. (Pages loaded this way replace current page in the browser history - whether this works in all browsers I dont know). Id advis

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Andrew Hill
rs Mailing List'; [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms ?? Show us your JavaScript evil. My boss insists on using Back, I have to give me a shock. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 9:39 PM To: Strut

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Mark Galbreath
List Subject: RE: The Back button on on multi-page forms ?? I remember an online banking app I used a few years back would open in a chromeless window with headers stating "do not click back or stop"!... (scary) -Original Message- From: apachep2 [mailto:[EMAIL PROTECTED] Sen

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Andrew Hill
g List' Subject: RE: The Back button on on multi-page forms ?? Does IRS give me a chance hitting Back, re-filing last year's tax form and re-submitting it? :) -Original Message- From: Bueno Carlos M [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 10:27 PM To: 'Struts Users

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Arnaud HERITIER
;origine- > De : apachep2 [mailto:[EMAIL PROTECTED] > Envoye : mardi 11 mars 2003 16:15 > A : 'Struts Users Mailing List' > Objet : RE: The Back button on on multi-page forms ?? > > > Does IRS give me a chance hitting Back, re-filing last year's tax form

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread apachep2
Does IRS give me a chance hitting Back, re-filing last year's tax form and re-submitting it? :) -Original Message- From: Bueno Carlos M [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 10:27 PM To: 'Struts Users Mailing List' Subject: RE: The Back button on on multi-page

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread apachep2
Show us your JavaScript evil. My boss insists on using Back, I have to give me a shock. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 9:39 PM To: Struts Users Mailing List Subject: RE: The Back button on on multi-page forms ?? Remember that the

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread apachep2
Even same browsers on 2 different machines generate different result. So use token to disable the Back behavior. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 5:17 PM To: [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread David Graham
I've been known to "discourage" the use of the back button by opening my apps in a browser window that doesn't have the usual location bar and back button icons This is why I use Opera :-). Of course, it's incumbent upon the app developer to include enough nice navigation controls in the page layo

Re: The Back button on on multi-page forms ??????

2003-03-11 Thread Laurent PETIT
From: "Edgar Dollin" <[EMAIL PROTECTED]> Hello, > [ ... ] I have found the complete removal of the > back button a relatively high user frustration issue. Yes, and in fact, it is not much safer as managing input validation with only javascript code. "Never trust the client (browser)" ! My 0.02

RE: The Back button on on multi-page forms ??????

2003-03-11 Thread Edgar Dollin
back button a relatively high user frustration issue. Edgar > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 1:23 AM > To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' > Subject: RE: The

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Craig R. McClanahan
On Tue, 11 Mar 2003, Andrew Hill wrote: > Date: Tue, 11 Mar 2003 11:06:01 +0800 > From: Andrew Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: The Back

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Bueno Carlos M
os -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 9:39 PM To: Struts Users Mailing List Subject: RE: The Back button on on multi-page forms ?? Remember that the back button does not contact the server Some do sometimes - but Im not sur

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Andrew Hill
the back button (or refresh & multiple submit for that matter). :-( -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 March 2003 10:50 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms ?? Yeah, maybe if you

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread David Graham
rictly use Opera now; they give power back to the user and the button hiding tricks don't work. David From: "Andrew Hill" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: The Back button

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Andrew Hill
ot; <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: RE: The Back button on on multi-page forms ?? >Date: Mon, 10 Mar 2003 16:08:10 -0600 > >sorry,

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread David Graham
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: The Back button on on multi-page forms ?? Date: Mon, 10 Mar 2003 16:08:10 -0600 sorry, I think we are going in circles. This is a multipage

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Ron Day
doing something wrong or is this a fact of life with the back button. ron -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:49 PM To: [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms ?? If this is a multi-page form

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread apachep2
twice. > >David > > > > >From: "Ron Day" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >Subject: RE: The Back button on on mult

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread apachep2
- From: Ron Day [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 4:38 PM To: Struts Users Mailing List Subject: RE: The Back button on on multi-page forms ?? I'm not relying on the back button. Believe me, I wish it wasn't there. It is and the user will use it.. i'm tr

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread David Graham
rm will be accumulating data in the session rather than immediately inserting it in the database. David From: "Ron Day" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subje

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Ron Day
o: Struts Users Mailing List Subject: RE: The Back button on on multi-page forms ?? On Mon, 2003-03-10 at 16:07, Ron Day wrote: > So, how can they correct a user error (i.e wrong phone number) on the > previous page, and resubmit the form? Show 'em a "is this info correct?"

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Ron Day
will hit the back button. That's where my problem starts.. ron -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:27 PM To: [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms ?? 1. User submits form with in

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Dave Newton
On Mon, 2003-03-10 at 16:07, Ron Day wrote: > So, how can they correct a user error (i.e wrong phone number) on the > previous page, and resubmit the form? Show 'em a "is this info correct?" page and take it from there. Relying on the "back" button to do anything useful is a bad idea--how would yo

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread David Graham
back button to correct data. Tokens prevent the user from submitting the same form twice. David From: "Ron Day" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Ron Day
So, how can they correct a user error (i.e wrong phone number) on the previous page, and resubmit the form? R -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:01 PM To: [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Ron Day
k button on on multi-page forms ?? If token is invalid, nothing can be submitted. -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 3:41 PM To: Struts Users Mailing List Subject: RE: The Back button on on multi-page forms ?? Maybe I'm dumb, bu

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread David Graham
Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: The Back button on on multi-page forms ?? Date: Mon, 10 Mar 2003 14:40:43 -0600 Maybe I'm dumb, but it is not apparent to me how the "token" is used

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread apachep2
If token is invalid, nothing can be submitted. -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 3:41 PM To: Struts Users Mailing List Subject: RE: The Back button on on multi-page forms ?? Maybe I'm dumb, but it is not apparent to me how the "

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Ron Day
<[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: RE: The Back button on on multi-page forms ?? >Date: Mon, 10 Mar 2003 12:39:51 -0600 > >Khalid > >I will share anything I find. > >Have not got too much help so far..

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread apachep2
, I reload page with error message blah blah. 6. If valid, I proceed and resetToken. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 1:48 PM To: [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms ?? You'll notice that I

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread David Graham
-Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:25 PM To: [EMAIL PROTECTED] Subject: Re: The Back button on on multi-page forms ?? Hello Ron, We have an application that has the same problem. if you got the "back" button issue resloved,

RE: The Back button on on multi-page forms ??????

2003-03-10 Thread Ron Day
not in 1.0.2. Thanks! Khalid - Original Message - From: "Ron Day" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 10:14 AM Subject: RE: The Back button on on multi-page forms > I get the picturethanks an

RE: The Back button on on multi-page forms

2003-03-10 Thread Ron Day
I get the picturethanks anyway. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:04 PM To: [EMAIL PROTECTED] Subject: RE: The Back button on on multi-page forms See the Action class' javadoc for details. David >From:

RE: The Back button on on multi-page forms

2003-03-10 Thread David Graham
See the Action class' javadoc for details. David From: "Ron Day" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: The Back button on on multi-pa

RE: The Back button on on multi-page forms

2003-03-10 Thread Ron Day
bject: Re: The Back button on on multi-page forms See the Action class' javadoc for the token methods and the struts-example app for how to use them. David >From: "Ron Day" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECT

RE: The Back button on on multi-page forms

2003-03-10 Thread apachep2
Use token for Back button and double-clicking. -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED] Sent: March 10, 2003 11:05 AM To: Struts Users Mailing List Subject: The Back button on on multi-page forms Anyone have any ideas or best practises on how to handle the use (mis-use)

Re: The Back button on on multi-page forms

2003-03-10 Thread David Graham
See the Action class' javadoc for the token methods and the struts-example app for how to use them. David From: "Ron Day" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: The Back button on on multi-page