ZF-7790: AddDisplayGroup does not recognize fileds named with other than alphanumeric characters
Description
$form->addDisplayGroup(array('p1-2', 'p1-3'), 'name');
Results in: No valid elements specified for display group
$form->addDisplayGroup(array('p1-2', 'p1-3'), 'name');
Results in: No valid elements specified for display group
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-09-07T07:51:58.000+0000
This is by design; all element, sub form, and display group names must be valid PHP variable names.