Howdy,

When I try to read the global $_POST array from a post which I've done from
a form where the action-url ends on a questionmark, the values for the
posted variables with an input type="hidden" are not present in the global
$_POST array.

Example: <form action="/page?" method="post"><input type="hidden"
name="foo"value="foo" />

When the example above is posted on a envirioment where the Zend_Controller
handles all requests, the variabele foo will not be present in the $_POST
array. When posted on a non-Zend Framework envirioment the $_POST array will
be normally filled. 

I'm using Zend Framework version 1.0.1 on  Apache 2.2.4 and PHP 5.2.1.

Removing the questionmark will solve the problem. But I do not think that
this is a good why to handle hidden input fields on a post-request, or do
you folks think different?

Greets,


Jeroen Sen
-- 
View this message in context: 
http://www.nabble.com/Bug-in-Zend_Controller_Request_Http%3A%3AgetParam%28%29---tf4432427s16154.html#a12645435
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to