in reply to Re^2: Setting CGI::POST_MAX with CGI::Application
in thread Setting CGI::POST_MAX with CGI::Application

DC, I'm not following. The call to the default run mode should set the correct runmode param as a hidden var in the html ... so a reload should just reload the default form ... Am I missing something?
-derby
  • Comment on Re^3: Setting CGI::POST_MAX with CGI::Application

Replies are listed 'Best First'.
Re^4: Setting CGI::POST_MAX with CGI::Application
by dragonchild (Archbishop) on Nov 09, 2005 at 14:52 UTC
    A browser's reload function will reload the URL that was sent, not the form that was received. Basically, don't think of it as a reload of the current page so much as a resend of the URL (including all params) that resulted in the current page. It's a resend of the request, not the response.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
      Well that's just a big doh! on my part. Thanks for explaining what I should have known. Thanks.
      -derby