quimera-solutions / php-ext

Automatically exported from code.google.com/p/php-ext
Other
1 stars 0 forks source link

PhpExt_Form_TextField() - missing text field name #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PhpExt_Form_TextField()->createTextField("my_text_field");
does'nt return, on post action, the right $_POST variable:
$_POST['my_text_field'], instead $_POST variable debug report:
$_POST['ext-comp-001'].
In order to have a right POST variables submission you have to use this trick:
createTextField("");
setName("my_text_field");

Original issue reported on code.google.com by eudosia....@gmail.com on 31 Jan 2009 at 10:54

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
0.8.3

Original comment by eudosia....@gmail.com on 31 Jan 2009 at 10:57