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 > > > > [Singletons? Filters?] > > > > I guess I'm n

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

2008-04-02 Thread Dave Newton
--- Doug Lochart <[EMAIL PROTECTED]> wrote: > > --- Martin Gainty <[EMAIL PROTECTED]> wrote: > > > Is there any reason (other than political) why you are using 1.3.8 > > > [Singletons? Filters?] > > I guess I'm not sure what that has to do with an S1 token issue; could > > you explain further? >

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 Dave Newton
e(); > singleton.setServletContext(filterConfig.getServletContext()); I guess I'm not sure what that has to do with an S1 token issue; could you explain further? Dave > - Original Message - > From: "Doug Lochart" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, April 02, 20

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

2008-04-02 Thread Martin Gainty
;Doug Lochart" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 02, 2008 6:43 AM Subject: Re: Strange behavior: Trying to implement saveToken() in display actions. > I am just learning Struts. I think I may have forgotten some > information that you might need in order to provide a

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

2008-04-02 Thread Doug Lochart
I am just learning Struts. I think I may have forgotten some information that you might need in order to provide any help. I am using Struts 1.3.8, JDK 1.6, running on Tomcat 5.5. If my problem is SO SIMPLE and hence why I have heard silence then I am sorry but this is my first app and I so far

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