Home » HTML » HTML_QuickForm_Controller » Bug #7174
unable to pass argument
Details
| Submitted | 2006-03-21 22:31 UTC |
|---|---|
| From | jmab70 at hotmail dot com |
| Status | Bogus |
| Package | HTML_QuickForm_Controller |
| PHP Version | 4.4.0 |
| OS | win 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