Remove RendererUtils.NOTHING
----------------------------
Key: MYFACES-2510
URL: https://issues.apache.org/jira/browse/MYFACES-2510
Project: MyFaces Core
Issue Type: Improvement
Components: JSR-314
Affects Versions: 2.0.0-beta-2
Reporter: Michael Kurz
Attachments: MYFACES-2510.patch
According to the spec, the submitted value for UISelectOne components must be
set to the empty string if there is no entry in the request parameter map.
Though this change is already covered in MYFACES-2356, some cleanup work
remains to be done.
Previously the submitted value was set to RendererUtils.NOTHING in this case.
As this is no longer needed, it should be removed completely.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.