Author: nbelaevski
Date: 2010-03-29 11:14:11 -0400 (Mon, 29 Mar 2010)
New Revision: 16683
Modified:
root/framework/trunk/impl/src/main/java/org/richfaces/context/PartialViewContextImpl.java
Log:
RF-7858 - fixed compilation error
Modified:
root/framework/trunk/impl/src/main/java/org/richfaces/context/PartialViewContextImpl.java
===================================================================
---
root/framework/trunk/impl/src/main/java/org/richfaces/context/PartialViewContextImpl.java 2010-03-29
14:39:03 UTC (rev 16682)
+++
root/framework/trunk/impl/src/main/java/org/richfaces/context/PartialViewContextImpl.java 2010-03-29
15:14:11 UTC (rev 16683)
@@ -46,7 +46,6 @@
import javax.faces.context.ResponseWriter;
import javax.faces.event.PhaseId;
-import org.ajax4jsf.component.AjaxOutput;
import org.ajax4jsf.context.AjaxContext;
import org.ajax4jsf.renderkit.AjaxRendererUtils;
import org.richfaces.component.PartiallyEncodedComponent;
@@ -396,19 +395,6 @@
}
protected void addImplicitRenderIds(Collection<String> ids, boolean
limitRender) {
- if (!limitRender) {
- // TODO: data table support
- Collection<AjaxOutput> ajaxOutputComponentsSet =
-
PartialViewContextAjaxOutputTracker.getAjaxOutputComponentsSet(facesContext);
-
- for (AjaxOutput ajaxOutput : ajaxOutputComponentsSet) {
- if (ajaxOutput.isAjaxRendered()) {
- UIComponent ajaxOutputComponent = (UIComponent) ajaxOutput;
-
- ids.add(ajaxOutputComponent.getClientId(facesContext));
- }
- }
- }
}
protected void renderExtensions(FacesContext context, UIComponent component) throws
IOException {
Show replies by date