java.lang.UnsupportedOperationException: требуется рендеринг ICEfaces

Я хочу обновить некоторые элементы DOM на моей расширенной странице icefaces.

<h:commandLink actionListener="#{profileBean.editProfile}">
<f:param name="profileId" value="#{profile.id}" />
<h:outputText value="#{profile.label}" />
<f:ajax event="action" render=":profileEditorForm"/>
</h:commandLink>

я имею

<context-param>
<param-name>org.icefaces.render.auto</param-name>
<param-value>true</param-value>
</context-param>

в моем web.xml и

<icecore:config render="true" />

в моем файле xhtml.

Полное сообщение об ошибке

Mai 02, 2012 9:28:14 AM com.icesoft.faces.context.DOMContext attachDOMContext
Schwerwiegend: ICEfaces rendering required by icefaces-compat.jar components. Enable    via <icecore:config render="true" />.
java.lang.UnsupportedOperationException: ICEfaces rendering required.
at com.icesoft.faces.context.DOMContext.attachDOMContext(DOMContext.java:93)
at     com.icesoft.faces.renderkit.dom_html_basic.FormRenderer.encodeBegin(FormRenderer.java:62)

0 ответов

Другие вопросы по тегам