Forums / Developer / is the posted values global ? ($http->hasPostVariable poblem)

is the posted values global ? ($http->hasPostVariable poblem)

Author Message

Selmah Maxim

Thursday 22 May 2003 5:37:12 am

hello ..

now am working on workflow, will check if user had submit his data befor or not (not user data), i was trying to catch the posted value from hidden input in form :

$http->hasPostVariable('CheckSubmition');

i got always false from my workflow file, but i went to content/action.php and added this line to store the value in the session vars :

if($http->hasPostVariable( 'CheckSubmition') ) $http->setSessionVariable( "CheckSubmition", "CheckSubmition" );

now, from my workflow file am useing this to check the value :

if ( $http->hasSessionVariable( 'CheckSubmition') )

if it`s true will call template file with msg that he have submit befor, work nice, but the value is still stored in session vars, so he cann`t browes the site, he will always get this msg !
so, i thought better if remove this value from the session after call the msg template, now is working also well, but if user click refesh will access the page :(

how can i slove this, $http->hasPostVariable is not working from workflow !

the workflow setting is , content,read, befor.

any help plz !

Bård Farstad

Wednesday 28 May 2003 1:58:21 am

Using the eZHTTPTool class and the postVariable function you will be able to fetch any HTTP POST variable in your script.

In a shopping workflow I use:
$http =& eZHTTPTool::instance();
if ( $http->hasPostVariable( "Name" ) )
$tmpName = $http->postVariable( "Name" );

This works on a normal form variable called Name.

--bård

Documentation: http://ez.no/doc

eZ debug

Timing: Jan 30 2025 06:54:39
Script start
Timing: Jan 30 2025 06:54:39
Module start 'content'
Timing: Jan 30 2025 06:54:39
Module end 'content'
Timing: Jan 30 2025 06:54:39
Script end

Main resources:

Total runtime0.3404 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0079 588.1719370.2734
Module start 'content' 0.00790.0169 958.44531,001.6250
Module end 'content' 0.02480.3156 1,960.07033,890.8359
Script end 0.3404  5,850.9063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00471.3661200.0002
Check MTime0.00130.3914200.0001
Mysql Total
Database connection0.00050.153610.0005
Mysqli_queries0.236369.42381410.0017
Looping result0.00140.39661390.0000
Template Total0.314992.510.3149
Template load0.00100.308210.0010
Template processing0.313992.204910.3139
Override
Cache load0.00070.203210.0007
Sytem overhead
Fetch class attribute can translate value0.00180.530010.0018
XML
Image XML parsing0.00030.089610.0003
General
dbfile0.01364.0028200.0007
String conversion0.00000.001530.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs