PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm_Controller » Bug #7174

unable to pass argument

Details

Submitted2006-03-21 22:31 UTC
Fromjmab70 at hotmail dot com
StatusBogus
PackageHTML_QuickForm_Controller
PHP Version4.4.0
OSwin xp sp2
Roadmaps(Not assigned)

Comments

[2006-03-21 22:31 UTC] jmab70 at hotmail dot com

Description:
------------
i got an "include" function that work with an $_request variable.
i insert an hidden element with this $_request variable
it work fine but
HTML_QuickForm_Controller make a redirect
and this argument never be passed!
and i got a blank page because the page never load

Test script:
---------------
include ('composants/'.$composants.'/'.$composants.'.html.php');

in this page i have the HTML_QuickForm_Controller wizard.php code example

Expected result:
----------------
$composant is empty