PEAR is archived and read-only

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

Home » Database » DB_DataObject_FormBuilder » Bug #3343

elementNamePrefix problem with required rule

Details

Submitted2005-02-01 03:12 UTC
Fromabarrei at gmail dot com
Assignedjustinpatrin
StatusClosed
PackageDB_DataObject_FormBuilder
PHP Version4.3.8
OSlinux
Roadmaps(Not assigned)

Comments

[2005-02-01 03:12 UTC] abarrei at gmail dot com

Description:
------------
* @version $Id: QuickForm.php,v 1.28 2005/01/28 01:23:45 justinpatrin Exp $

Line: 599
Function: _setFormElementRequired

You are calling a local function (_addFieldRulesToForm) which recieve the a $fieldName with the $this->getFieldLabel() as an argument, and that function also does the same thing when adding the rule to the form, generating a doubleprefix bug.

Prefix: formOne
fieldName: name

formOneformOnename instead of formOnename

Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A