Re: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Mark R. Diggory
was a beginner to Struts and in general to Web Application (but not in Java! :-)). I will modify my application when I have a more time, but I'm just curious to your solution. BR /Amleto -Messaggio originale- Da: Mark R. Diggory [mailto:[EMAIL PROTECTED] Inviato: giovedì 24 giugno

Re: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Mark R. Diggory
Where do you store your user information for authentication? What is behind your SecurityDelegate object. Our current project uses Tomcat/Sruts, we use Form Authenticator and a JNDIRealm to authenticate our users which are configured in the server.xml, access to any webapplication resources is

Re: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Mark R. Diggory
Ricardo Andres Quintero wrote: Hello my friends Followed i attach a message i found in the internet. I have found some conceptual solutions about this problem, but i DO need an example that works to solve it. The conceptual solution talks about a token syncronizer. I don't know how to write it. Tha

Re: Pulling Punches

2004-06-22 Thread Mark R. Diggory
Joe Germuska wrote: At 10:48 PM -0400 6/21/04, Joe Hertz wrote: Okay, whew. Knew I had seen something else about it. http://www.jguru.com/faq/view.jsp?EID=1057613 "...There are times when one Action should forward to another, but only to display the final result. Using a second action to complete a

Re: Pulling Punches

2004-06-21 Thread Mark R. Diggory
Joe Germuska wrote: At 7:47 PM -0400 6/21/04, Joe Hertz wrote: Would making a Struts Action your "input" parameter solve this? This is not a great solution, for all the reasons that action chaining is considered dangerous. After the validation fails, Struts would begin an entire re-execution of

Re: Pulling Punches

2004-06-21 Thread Mark R. Diggory
Niall Pemberton wrote: More info on the circumstances would be helpful.. 1) How Often - just for one particular Action, for all Actions or somewhere in between? I'm looking for a generic solution for about 6 to 10 Actions that all work on a set of objects. 2) What kind of ActionForms are you u

Pulling Punches

2004-06-21 Thread Mark R. Diggory
Here's an interesting one for ya. I have a struts action in which I use the "input" parameter to forward back to the jsp when validation errors occur (pretty basic). There is an instance where an object could be stale once the browser gets into my Actions execute method, when this is encountered