BTW: this error only occures if using an ajax-rerender. Otherwise it works quite fine:
Example:
| <h:dataTable var="profile" value="#{ProfileList}"
rendered="#{ProfileList.rowCount>0}">
|
| <h:column>
|
| <a4j:commandButton id="command_link_up"
| value="Delete"
| reRender="profile, deleteConfirmation"
|
action="#{OverviewAction.registerPublisherProfile}" >
| <a4j:ajaxListener
type="org.ajax4jsf.ajax.ForceRender" />
| </a4j:commandButton>
|
|
| <a4j:outputPanel id="deleteConfirmation"
ajaxRendered="true">
| <h:panelGroup id="deleteConfirmationPanel"
rendered="#{OverviewAction.deleteRequested}" >
| <div class="colored">
| <tr:outputText
value="#{messages['deleteProfile.confirmationText']}" />
| ...
| </h:panelGroup>
| </a4j:outputPanel>
| ...
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021990#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...