in reply to Re: Form doesn't get updated after submission to same page
in thread Form doesn't get updated after submission to same page
This site is wonderful! Just 20 minutes! Pizza delivery takes longer!
Check out -nosticky
It doesn't work™. Replacing the use line with use CGI qw/-nosticky/; doesn't change anything. The documentation of -override mentions -no_sticky so I tried it too, to no avail (it must be a typo). Also tried $q->nosticky, $q->nosticky (1) and $CGI::NOSTICKY = 1 after some googling.
and -override
This solves the problem, although it has the drawback that I have to add it everywhere. Thank you!
--
David Serrano
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Form doesn't get updated after submission to same page
by eric256 (Parson) on Oct 17, 2006 at 20:31 UTC | |
by Hue-Bond (Priest) on Oct 17, 2006 at 21:25 UTC | |
by eric256 (Parson) on Oct 17, 2006 at 21:44 UTC |