From:
Tod Harter <tharter [at] giantelectronicbrain.com>
Date:
Tue, 1 Oct 2002 07:55:49 -0400
To:
"Riley James" <rileyjames [at] thejamescompany.com>,<axkit-users [a...
Subject:
Re: PerForm *too* sticky
On Monday 30 September 2002 11:09 pm, Riley James wrote: It HAS to be a browser cache problem IMHO. I can think of many ways it could happen, but all of them involve some sort of misconfigured or malfunctioning software. I'd start out by testing with a client that does no caching and is running either on or very close to the box serving the pages. That eliminates most variables. From there I'd test from other locations and with other client applications and try to isolate it down to one specific element in the equation. Then you can figure out what the fix is. > I must assume that either I'm doing something so stupid and obvious that no > one can believe it, or that no one else has any answers to this. Either is > fine, I just need to know which one... > > > ----- Original Message ----- > From: "Riley James" <rileyjames [at] thejamescompany.com> > To: <axkit-users [at] axkit.org> > Sent: Tuesday, September 24, 2002 12:36 PM > Subject: Re: PerForm *too* sticky > > > I call /stylesheets/general.xsl which <xsl:include>'s perform_html.xsl. > > I am using the perform_html.xsl that comes with PerForm but with slight > > modification. I've added 2 attributes to the PerForm tags, tdlabel and > > calendar. Since I couldn't wrap the perform tags in a table in the XSP, > > and > > > adding the table in XSL didn't allow me to know the display name of each > > field, I've got tdlabel. This turns: > > > > <f:textfield name="test" tdlabel="This is a test" /> > > > > into > > <tr> > > <th>This is a test: </th> > > <td><input type="text" name="test"></td> > > </tr> > > > > And the entire thing is always wrapped in a uniform table. This suits my > > needs for the type of intranet site I'm building. > > > > The calendar attribute is applied only to textfield's and simply tells > > the stylesheet to tie a javascript popup calendar to that textfield. I've > > attached the perform_html.xsl stylesheet. > > > > ----- Original Message ----- > > From: "Matt Sergeant" <matt [at] sergeant.org> > > To: "Riley James" <rileyjames [at] thejamescompany.com> > > Cc: <axkit-users [at] axkit.org> > > Sent: Monday, September 23, 2002 12:36 PM > > Subject: Re: PerForm *too* sticky > > > > > On Monday, Sep 23, 2002, at 17:06 Europe/London, Riley James wrote: > > > > I've been experiencing an issue where PerForm seems to be > > > > hyper-sticky, reprocessing the same form parameters over and over > > > > even though they're being entered differently. > > > > > > > > This is happening inconsistently (it'll work long enough to make me > > > > think it's not a problem, then I come back in a couple hours). > > > > > > > > For instance, I have an XSP page which is a very simple search. The > > > > form posts to itself, and I'm using AxKit::XSP::IfParam along with > > > > AxKit::XSP::AttrParam in the body to test for submission and output > > > > the matching rows. The problem is that once I post the first time, > > > > that's it. This persists when I leave the page and come back, but I > > > > haven't tested it methodically enough to determine an actual pattern. > > > > > > > > I'm not using any session handling AxKit libraries. > > > > I'm not getting any errors with AxLogLevel at 10. > > > > All is from CVS, 3 days old. > > > > > > > > Has anyone else experienced this? > > > > > > > > -- Ryan > > > > > > > > <?xml version="1.0"?> > > > > <?xml-stylesheet href="." type="application/x-xsp"?> > > > > <?xml-stylesheet href="/stylesheets/general.xsl" type="text/xsl"?> > > > > > > Are you also using the included XSLT that comes with PerForm? > > > Matt. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: axkit-users-unsubscribe [at] axkit.org > > > For additional commands, e-mail: axkit-users-help [at] axkit.org > > --------------------------------------------------------------------------- >- ---- > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: axkit-users-unsubscribe [at] axkit.org > > For additional commands, e-mail: axkit-users-help [at] axkit.org > > --------------------------------------------------------------------- > 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