Index: component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java =================================================================== --- component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java (revision 19710) +++ component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java (working copy) @@ -730,8 +730,6 @@ } table.appendChild(tfoot); } - // purge child components as they have been encoded no need to keep them around - selectInputDate.getChildren().removeAll(selectInputDate.getChildren()); // steps to the position where the next sibling should be rendered domContext.stepOver();