Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Form doesn't get updated after submission to same page

by eric256 (Parson)
on Oct 17, 2006 at 20:31 UTC ( [id://578895]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Form doesn't get updated after submission to same page
in thread Form doesn't get updated after submission to same page

Peaking at the source suggests that $CGI::nosticky(1) should work as well.

You probably want to also force a refresh in your browser. Some/most browsers will remember the contents of fields for you as well so determining if its CGI or your browser can be annoying. Check the source produced by your code. If you are using -nosticky then it should be outputing the value you define in the script, otherwise it should be outputing the value last entered (/me thinks).


___________
Eric Hodges

Replies are listed 'Best First'.
Re^4: Form doesn't get updated after submission to same page
by Hue-Bond (Priest) on Oct 17, 2006 at 21:25 UTC

    $CGI::nosticky(1) is a syntax error, like saying package CGI; $nosticky(1);. What is happening now is that the values of the dropdown must have at least two characters. If they have one, they don't get updated, even if I use -nosticky and -override :^). Workaround: do ['01' .. '31'] instead of [1 .. 31]. Oh well.

    Since this is yet another XP stats tool, I'm leaving it alone. I'm not specially proud of the code, and I was planning to post a SoPW along with it, asking for some flames.

    --
    David Serrano

      Hmmm looks like the CGI.pm could use some proof reading.

      # Set this to 1 to enable NOSTICKY scripts # or: # 1) use CGI qw(-nosticky) # 2) $CGI::nosticky(1) $NOSTICKY = 0;

      Thats what I get for trusting the source! Who told me to use the source!


      ___________
      Eric Hodges

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://578895]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-25 00:53 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found