8182838485868788899091
if (decodeNeeded) { if (sheet == null) { actionComponent.processDecodes(facesContext); } else { // action component is inside UIData, we need to proccess this component! sheet.processDecodes(facesContext); } } } // and all ajax components