[jboss-user] [JBoss Seam] - Re: integration with Trinidad (ADF)

hamtho2 do-not-reply at jboss.com
Sun Feb 25 10:32:52 EST 2007


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#4021990

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021990



More information about the jboss-user mailing list