Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The renderkit javadoc of javax.faces.Command / javax.faces.Button has this new line:
"... Because this renderer is responsible for rendering its own children, the renderer will decide if the end tag is required or not based on the presence or absence of children for the component. ..."
All encoding right now is done in encodeEnd, but to make this work correctly we need to put some code in encodeBegin and close the tag in encodeEnd.