Strange behavior: Trying to implement saveToken() in display actions.

2008-04-01 Thread Doug Lochart
I am trying to implement a pattern so that I can use struts tokens to help prevent double submission. I seem to be getting a strange sequence of events that I don't quite follow. Here is what I want to do at a high level displayCreateAccount -- forwards to --> CreateAccount.jsp (with form acti

Re: Strange behavior: Trying to implement saveToken() in display actions.

2008-04-02 Thread Doug Lochart
what I have done looks like it should work. Does anyone have any ideas? regards, Doug Lochart On Tue, Apr 1, 2008 at 2:02 PM, Doug Lochart <[EMAIL PROTECTED]> wrote: > I am trying to implement a pattern so that I can use struts tokens to > help prevent double submission. I seem t

Re: Strange behavior: Trying to implement saveToken() in display actions.

2008-04-02 Thread Doug Lochart
he same JSP. Hope I made it more clear. thanks for your time Doug > > > > - Original Message - > > From: "Doug Lochart" <[EMAIL PROTECTED]> > > To: > > Sent: Wednesday, April 02, 2008 6:43 AM > > Subject: Re: Strange behavior: Try

Re: Strange behavior: Trying to implement saveToken() in display actions.

2008-04-02 Thread Doug Lochart
On Wed, Apr 2, 2008 at 2:37 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Doug Lochart <[EMAIL PROTECTED]> wrote: > > > --- Martin Gainty <[EMAIL PROTECTED]> wrote: > > > > Is there any reason (other than political) why you are using 1.3.8 > >

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-08 Thread Doug Lochart
John, Install Live HTTP Headers / Header Monitor plugin into Firefox and then watch the HTTP traffic between your browser and the server. Your answer will most likely be there. My assumption is that the MIME Type .swf is not enabled in your Tomcat but that is just a wild guess. regards, Doug