Re: Need help with Struts Interceptor/session problem.

2008-02-20 Thread Dave Newton
--- daveck <[EMAIL PROTECTED]> wrote: > In our situation, some products are free while others are not. There's an > interceptor stack for each. All are dynamically generated immediately as an > html page or a pdf. An order is only generated for the products that > aren't free. For those, once th

Re: Need help with Struts Interceptor/session problem.

2008-02-20 Thread daveck
ationInterceptor. Does an interceptor make more sense in this case? You've got me thinking. Thanks. -- View this message in context: http://www.nabble.com/Need-help-with-Struts-Interceptor-session-problem.-tp15598155p15600866.ht

Re: Need help with Struts Interceptor/session problem.

2008-02-20 Thread Dave Newton
--- daveck <[EMAIL PROTECTED]> wrote: > The product is a generated and delivered (as a pdf) right after the user > clicks on the Confirm button. > I thought that the use of an interceptor for this purpose was ideal, but > I'm a Struts novice and far from an expert Java programmer. Can you > expla

Re: Need help with Struts Interceptor/session problem.

2008-02-20 Thread daveck
-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Need-help-with-Struts-Interceptor-session-problem.-tp15598155p15599632.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Need help with Struts Interceptor/session problem.

2008-02-20 Thread Dave Newton
--- daveck <[EMAIL PROTECTED]> wrote: > Sometimes "PARMS" manages to keep its value, and sometimes > the value disappear. I don't see anything immediately obvious; IIRC you had already checked the session ID to make sure you were always dealing with the same session, correct? Have you done exten

Need help with Struts Interceptor/session problem.

2008-02-20 Thread daveck
execute execute -- View this messag