PEAR is archived and read-only

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

Home » HTML » HTML_QuickForm » Bug #1102

HTML_Element::setName and already define QuickForm rules

Details

Submitted2004-03-31 07:36 UTC
Fromdick at inf dot ufsc dot br
StatusWont fix
PackageHTML_QuickForm
PHP Version4.3.3
OSLinux 2.4.24
Roadmaps(Not assigned)

Comments

[2004-03-31 07:36 UTC] dick at inf dot ufsc dot br

Description:
------------
My program generates some elements and rules;
then in some point i decide to change element names via ::setName() call;
so already defined (generated) rules now returns always invalid, so the page;
Should not these rules just be silently ignored?

Thanks.