Home » HTML » HTML_QuickForm » Bug #78
v3.1.1 generates invalid forms
Details
| Submitted | 2003-10-08 14:03 UTC |
|---|---|
| From | metz at speedpartner dot de |
| Status | Bogus |
| Package | HTML_QuickForm |
| PHP Version | 4.3.1 |
| OS | RedHat 7.3 |
| Roadmaps | (Not assigned) |
Comments
[2003-10-08 14:03 UTC] metz at speedpartner dot de
Description:
------------
current release produces invalid-formtags
<formArray>
<table border="0">
</table>
</form>
Reproduce code:
---------------
require_once ('HTML/QuickForm.php');
$form = new HTML_QuickForm('firstForm');
$form->display();
Expected result:
----------------
<form action="test.php" METHOD="POST">
<table border="0">
</table>
</form>
[2003-10-08 14:14 UTC] metz at speedpartner dot de
HTML_Common wasn't installed - isn't there any dependency?!?
sorry for posting this as a bug-report.
[2004-09-24 13:46 UTC] dont at say dot it
Solution:
download HTML_Common manually and copy it over pear/HTML/Common.php (files differ)
For me it works now
byer W
[2004-11-23 18:56 UTC] jon at justridingalong dot com
I am still encountering this problem after upgrading both HTML_quickform and HTML_common to latest versions. Strangely the problem only occurs on my remote server (Linux) and not on my local (Windows).