From:
"Riley James" <rileyjames [at] thejamescompany.com>
Date:
Wed, 9 Oct 2002 01:44:51 -0700
To:
<axkit-users [at] axkit.org>
Subject:
Re: PerForm *too* sticky
Thank you for your suggestions. I will try this and post the results. ----- Original Message ----- From: "Jörg Walter" <trouble [at] garni.ch> To: <axkit-users [at] axkit.org> Sent: Friday, October 04, 2002 1:56 AM Subject: Re: PerForm *too* sticky On Thursday 03 October 2002 16:55, Tod Harter wrote: > My theory is that you have a closure, so the first few times you submit, > things work OK because different children get each request, but as they > handle it they establish whatever values are current for the form fields > within the closure, which then 'stick' so that the next time you submit to > the same apache child you get the same results. Now I get reminded of a problem I had with a login page (but using my own PerForm replacement). It turned out that I put initialization into too broad a scope. I had to move certain declarations from the top level (xsp:structure, though that tag itself is optional) to below my user root tag for it to work. Perhaps you see where certain variables are declared and move them. Stuff on the top level is only ever executed once per child, so variables would hold their data across requests. Stuff declared below the user document root tag is executed on each request, so you always get a fresh variable. CU Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: axkit-users-unsubscribe [at] axkit.org For additional commands, e-mail: axkit-users-help [at] axkit.org
PerForm *too* sticky - Riley James on 23 Sep 2002 16:11:42 -0000
Re: PerForm *too* sticky - Riley James on 23 Sep 2002 16:19:07 -0000
Re: PerForm *too* sticky - Matt Sergeant on 23 Sep 2002 19:45:41 -0000
Re: PerForm *too* sticky - Riley James on 24 Sep 2002 19:41:48 -0000
Re: PerForm *too* sticky - Riley James on 1 Oct 2002 03:15:46 -0000
Re: PerForm *too* sticky - Tod Harter on 1 Oct 2002 11:59:38 -0000
Re: PerForm *too* sticky - Riley James on 3 Oct 2002 06:25:50 -0000
Re: PerForm *too* sticky - Tod Harter on 3 Oct 2002 13:08:34 -0000
Re: PerForm *too* sticky - Riley James on 3 Oct 2002 14:21:40 -0000
Re: PerForm *too* sticky - Tod Harter on 3 Oct 2002 15:03:04 -0000
Re: PerForm *too* sticky - J[246]rg Walter on 4 Oct 2002 09:06:21 -0000
Re: PerForm *too* sticky - Riley James on 9 Oct 2002 08:52:07 -0000
Back up to archives |
These pages are copyright © 2002 Apache Software Foundation


Index