Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.9.0
-
Fix Version/s: None
-
Component/s: Zend_View
-
Labels:None
-
Tags:
Description
While creating the CheckBox element using zend form, it is generating the hidden element which is causing the java script validation problem.
Ex:
If you say like "document.form.mycheckbox.checked" the script will fail because in the same name we have a hidden element. It would be better if we have any flag for not generating hidden element. By that way we can avoid JavaScript related issues.
Expecting the solution from your side.
FYI: By now in our library, to overcome that problem we have commented hidden generation part. But it is not the right solution.
This was supposedly fixed in 1.5, but the error continues... please fix!!