Token and workflow

2003-11-06 Thread liste
Hi everyone, I asked for some questions about token and double submissions a couple of weeks ago. Today, i'm back to that problem and more specifically on the workflow. The double submission detection is Ok. But i don't know how to retrieve the normal flow of the application. I explain myself

Token and workflow

2003-11-06 Thread liste
Hi everyone, I asked for some questions about token and double submissions a couple of weeks ago. Today, i'm back to that problem and more specifically on the workflow. The double submission detection is Ok. But i don't know how to retrieve the normal flow of the application. I explain myself

Back to my token problem..

2003-10-08 Thread liste
Hi everyone, I'm back with my token problem, i really need your help. Maybe, i'm wrong in the way i'm applying the mechamism. In all the tutorials or examples i've seen, the action class was setting up a page with an error message if a submission problem was detected. That's fine but.. My

Re: Back to my token problem..

2003-10-08 Thread liste
Hi Adam and thank you for your answer, Points (1) - (5) are what i want to do indeed... Then i don't know how to get back to the normal course of the application. When the isTokenValid() returns false, i go back to the page with the form and an error message to inform the user to wait... Then

Struts Token and Forxard

2003-10-07 Thread liste
Hi everyone, I hope someone will help me… I decided to use the Struts token solution to manage double submits and back button problem. It almost seems to work ; indeed, all extra submissions bring me back to the JSP with a message, via my prepare action class… My problem is that when the