Forums / Developer / Passing values between pages | ezHTTPTool ?

Passing values between pages | ezHTTPTool ?

Author Message

Paul Wilson

Friday 30 May 2003 6:08:00 am

++SITUATION:
========================
I'm wanting to use the value of a select-box / submit combination to change the presentation of a list of objects.

For example, changing select-box selection to 'sports books' means only book objects with enum attribute 'sports book' are displayed, changing drop-box to 'computer books' means only computer books are displayed etc.

I've got stuck trying to pass and retrieve the select-box value to a re-loaded version of the page listing the objects.

++APPROACH:
========================
I've done the following:
- Created class of book objects, with subject attribute
- Created series of book objects under a folder node
- created an override template on the folder node to handle the drop-box function described above.
- Included a form at the top of the template with the following code:

{let classchild=fetch( 'content', 'node', hash(node_id, 96))}
<Form>
<select name="Category">
{section name=EnumList loop=$classchild.data_map.publication_type.content.enum_list}
{section name=ObjectList loop=$classchild.data_map.publication_type.content.enumobject_list show=$classchild.data_map.publication_type.content.enumobject_list}
<option name="ContentObjectAttribute_data_enumelement_{$classchild.data_map.publication_type.id}[]" value="{$EnumList:item.enumvalue}" >{$EnumList:item.enumelement}</option>
{section-else}
<option name="ContentObjectAttribute_data_enumelement_{$classchild.data_map.publication_type.id}[]" value="{$EnumList:item.enumelement}">{$EnumList:item.enumelement}</option>
{/section}
{/section}
</select>
<input type="submit" value="Go" />
</form>

The code does the following:
- gets enum elements from an example of the object class (in this case, object 96)
- creates a select box that lists the name of the enum elements and uses the enum values
- on pressing the go/submit button, the current page reloads, with the value of the select-box added, as follows...

http://www.mydomain.com/index.php/user/content/view/full/88/?Category=3

++QUESTION
========================
I can't seem to pick up that value from within the template code and use it once the page has been reloaded.

Does anyone have any good ideas how to do this?

++Attempts so far...
Although it hasn't worked, I have tried using ezHTTPTool, likethe following:

{$http =& eZHTTPTool::instance();
if ( $http->hasPostVariable( $Category ) )
$CurrCat = $http->getVariable( $Category );}

This approach follows the code outlined in
http://www.ez.no/developer/ez_publish_3/forum/developer/is_the_posted_values_global_httphaspostvariable_poblem/re_is_the_posted_values_global_httphaspostvariable_poblem

Any clues, thoughts or radical insights gratefully accepted!

Thanks

- Paul

Paul Borgermans

Friday 30 May 2003 8:48:37 am

A mechanism for passing variables between templates is very necessary. I got blocked too in implementing functionality where writing an extension / fiddling with kernel code is too much overhead.

In some cases I can use *_view_gui to pass some variables, but that's far too limited.

Paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

eZ debug

Timing: Jan 18 2025 04:58:39
Script start
Timing: Jan 18 2025 04:58:39
Module start 'content'
Timing: Jan 18 2025 04:58:39
Module end 'content'
Timing: Jan 18 2025 04:58:40
Script end

Main resources:

Total runtime0.1478 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0069 587.8281180.8281
Module start 'content' 0.00700.0057 768.656393.9297
Module end 'content' 0.01260.1351 862.5859533.3750
Script end 0.1477  1,395.9609 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00352.3874200.0002
Check MTime0.00140.9328200.0001
Mysql Total
Database connection0.00120.818610.0012
Mysqli_queries0.102769.48121410.0007
Looping result0.00130.88731390.0000
Template Total0.134891.210.1348
Template load0.00080.559410.0008
Template processing0.134090.632410.1340
Override
Cache load0.00060.397910.0006
Sytem overhead
Fetch class attribute can translate value0.00090.590010.0009
XML
Image XML parsing0.00020.163110.0002
General
dbfile0.00493.3339200.0002
String conversion0.00000.003530.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