Actions
Bug #54340
closedRadioViewHelper should call renderHiddenFieldForEmptyValue
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-12-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
"Moin Moin",
I run into a problem with the radio viewhelper today. I have a form with just radio fields (no other for elements), that are validate via the domain model property via "NotEmpty". If the user select non of the radio boxes (just click the cubmit button), the arguments of the request object in the next action is completly empty. It is the right way to render the hidden helper field (via renderHiddenFieldForEmptyValue) to remove the exceptions like 'An argument "xxx" does not exist for this request.'?!
The renderHiddenFieldForEmptyValue solve my problem and I think, the function is exacly for this purpose, right?
Regards,
Tim
Actions