markSubmittedForm(facesContext);
// invoke processDecodes() on children
for (Iterator kids = getFacetsAndChildren(); kids.hasNext();) {
UIComponent kid = (UIComponent) kids.next();
kid.processDecodes(facesContext);
}
}
public void markSubmittedForm(FacesContext facesContext) {
// find the form of the action command and set submitted to it and all