Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.2

Bug #3343 elementNamePrefix problem with required rule
Submitted: 2005-02-01 03:12 UTC
From: abarrei at gmail dot com Assigned: justinpatrin
Status: Closed Package: DB_DataObject_FormBuilder
PHP Version: 4.3.8 OS: linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 36 - 20 = ?

 
 [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

Comments

 [2005-02-01 05:12 UTC] justinpatrin
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better. Thanks, I'd seen that one but hadn't had the time to track it down.