On Fri, 15 Feb 2002, Andrew Parker wrote:

> I some warns around the if statement in the PerForm code:
>
> warn("---------------------------------\n");
> warn("Submitting: ".(defined(\$cgi->param('__submitting'))?"1":"0")."\n");
> warn("CGI parms: ".(join( " ", \$cgi->param))."\n");
> if (\$cgi->param('__submitting')) {
> warn("got it\n");
>
> Then I watched the output.  It seems that AxKit will run the XSP *once*
> and then won't run it again until I make a change in the XSP(or some of
> the other code) or restart Apache.  So the XSP gets run once to generate
> the first page, but doesn't get run again for the submit.  I haven't
> given AxKit a cache dir and I turned on AxNoCache.  Of course I get the
> same result when the cache is on.
>
> So I guess I was wrong in my first post.  It isn't that __submitting
> isn't defined.  It is that the XSP simply isn't being run for the submit.

OK, time to crank up debugging. AxDebugLevel 10, and send the output for
both a successful and a failing request.

-- 
<!-- Matt -->
<:->Get a smart net</:->


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to