5 Replies Latest reply on Dec 18, 2009 12:40 PM by mhn

    controls facet of Modalpanel not rendered

    mhn

      I migrated fromRichfaces 3.1.5 to3.3.3 beta (Rerendering did not work in 3.3.2)

       

      richfaces-api-3.3.3-20091216.134208-65.jar

      richfaces-impl-3.3.3-20091216.134208-67.jar

      richfaces-ui-3.3.3-20091215.213912-44.jar.

       

      The rich:modalPanel is not working correctly anmore.

      The controls facet is not rendered at all. Header and content is rendered exactly.

       

      The controls are rendered if I remove the enclosing "controls" facet.

      Happens with IE 6 and FF3.5.6.

      The content of the controls facet is transmitted and is in the log:

       

      Snippet

      {code:xml}

      <h:form id="warningForm" onsubmit="if(!submitOnce()){return false;}">
      <a4j:outputPanel id ="aMPWarning"
                       ajaxRendered="#{!empty requestScope['warningPopup']}">
        <t:aliasBeansScope id="warnTabs"><%--alias bean used for better performance and shorter expressions --%>
          <t:aliasBean id="warnTab1" alias="#{warningPopUp}" value="#{requestScope['warningPopup']}"/>
          <rich:modalPanel id="modalPanelWarning"
                           resizeable="#{false}"
                           minHeight="140" minWidth="320"
                           height="140" width="320"
                           zindex="50000"
                           showWhenRendered="true"
                           rendered="#{!empty requestScope['warningPopup']}">
            <f:facet name="header">
              <h:outputText id="mpWarnHead" value="#{warningPopUp.titlebarLabel}"/>
            </f:facet>

       

            <h:outputText id="hello" value="world"/>

       

            <f:facet name="controls">
              <h:panelGroup id="controlsGroup">
               <h:graphicImage id="hidelink"
                               value="/images/rec_icon_messagebox_close.gif"
                               styleClass="img_close"
                               onclick="#{warningPopUp.buttonCancel.onclickHandler}"/>
               <t:div id="mpWarnOkButtonBox"
                      styleClass="bbox_mcboxOkButton"
                      rendered="#{!empty warningPopUp.buttonYes}">
                  <h:commandButton id="mpWarnOkButton"
                                   type="button"
                                   styleClass="button_img_small"
                                   value="#{warningPopUp.buttonYes.label}"
                                   title="#{warningPopUp.buttonYes.title}"
                                   onclick="#{warningPopUp.buttonYes.onclickHandler}"/>
                  <t:graphicImage id="mpWarnOkButtonImg"
                                  style="z-index:2"
                                  styleClass="bimage"
                                  url="images/rec_button_icon_accept.gif"
                                  onclick="this.previousSibling.click();"
                                  alt=""/>
                </t:div>
                <t:div id="mpWarnNoButtonBox"
                       styleClass="bbox_mcboxNoButton"
                       rendered="#{!empty warningPopUp.buttonNo}">
                  <h:commandButton id="mpWarnNoButton"
                                   type="button"
                                   styleClass="button_img_small"
                                   value="#{warningPopUp.buttonNo.label}"
                                   title="#{warningPopUp.buttonNo.title}"
                                   onclick="#{warningPopUp.buttonNo.onclickHandler}"/>
                  <t:graphicImage id="mpWarnNoButtonImg"
                                  style="z-index:2"
                                  styleClass="bimage"
                                  url="images/rec_button_icon_delete.gif"
                                  onclick="this.previousSibling.click();"
                                  alt=""/>
                </t:div>
                <t:div id="mpWarnCancelButtonBox"
                       styleClass="bbox_mcboxCancelButton"
                       rendered="#{!empty warningPopUp.buttonCancel}">
                  <h:commandButton id="mpWarnCancelButton"
                                   type="button"
                                   styleClass="button_img_small"
                                   value="#{warningPopUp.buttonCancel.label}"
                                   title="#{warningPopUp.buttonCancel.title}"
                                   onclick="#{warningPopUp.buttonCancel.onclickHandler}"/>
                  <t:graphicImage id="mpWarnCancelButtonImg"
                                  style="z-index:2"
                                  styleClass="bimage"
                                  url="images/rec_button_icon_reset.gif"
                                  onclick="this.previousSibling.click();"
                                  alt=""/>
                </t:div>
              </h:panelGroup>
            </f:facet>
          </rich:modalPanel>
         </t:aliasBeansScope>
      </a4j:outputPanel>
      </h:form>

      {code}

       

      {quote}

      debug[16:38:03,959]: Have Event [object Object] with properties: target: undefined, srcElement: [object], type: click
      debug[16:38:03,959]: Query preparation for form 'docform' requested
      debug[16:38:03,974]: Form have onsubmit function, call it
      debug[16:38:03,990]: Append text control searchText with value [*] and value attribute [*]
      debug[16:38:03,990]: Append select-one control docform:searchOptionsSel with value [EXACT] and value attribute [EXACT]
      debug[16:38:03,990]: Append hidden control selectedFilter with value [] and value attribute []
      debug[16:38:04,005]: Append hidden control selectedCategoryIndex with value [] and value attribute []
      debug[16:38:04,005]: Append hidden control catState with value [] and value attribute []
      debug[16:38:04,021]: Append hidden control catStateFilterSticky with value [] and value attribute []
      debug[16:38:04,021]: Append hidden control catRFCatIndex with value [] and value attribute []
      debug[16:38:04,021]: Append hidden control catRFSelected with value [] and value attribute []
      debug[16:38:04,037]: Append hidden control remoCatIndex with value [] and value attribute []
      debug[16:38:04,037]: Append hidden control asTaxId with value [Concept+Groups_00014] and value attribute [Concept+Groups_00014]
      debug[16:38:04,052]: Append hidden control asCatIndex with value [0] and value attribute [0]
      debug[16:38:04,052]: Append hidden control asc_taxonomy with value [] and value attribute []
      debug[16:38:04,052]: Append hidden control asc_category with value [] and value attribute []
      debug[16:38:04,068]: Append text control peoplefield with value [Type here for more options] and value attribute [Type here for more options]
      debug[16:38:04,068]: Append hidden control selFilter with value [] and value attribute []
      debug[16:38:04,068]: Append hidden control removeCatFilterTax with value [] and value attribute []
      debug[16:38:04,084]: Append hidden control removeCatFilterIndex with value [] and value attribute []
      debug[16:38:04,084]: Append hidden control removeCatFilterStickyness with value [] and value attribute []
      debug[16:38:04,084]: Append hidden control editCatFilterTax with value [] and value attribute []
      debug[16:38:04,099]: Append hidden control editCatFilterIndex with value [] and value attribute []
      debug[16:38:04,099]: Append hidden control removeResultRestrictionIndex with value [] and value attribute []
      debug[16:38:04,099]: Append hidden control removeAnyNoFilterTax with value [] and value attribute []
      debug[16:38:04,130]: Append hidden control removeAnyRestriction with value [] and value attribute []
      debug[16:38:04,130]: Append hidden control removeAnyNoFilterStickyness with value [] and value attribute []
      debug[16:38:04,130]: Append hidden control removeCFSFilterStickyness with value [] and value attribute []
      debug[16:38:04,146]: Append hidden control removeDateFilterTax with value [] and value attribute []
      debug[16:38:04,146]: Append hidden control removeDateFilterStickyness with value [] and value attribute []
      debug[16:38:04,146]: Append hidden control rpcTax with value [] and value attribute []
      debug[16:38:04,162]: Append hidden control rpcCat with value [] and value attribute []
      debug[16:38:04,162]: Append hidden control extCatFilterTax with value [] and value attribute []
      debug[16:38:04,162]: Append hidden control extCatFilterCat with value [] and value attribute []
      debug[16:38:04,177]: Append hidden control atChangedTaxonomy with value [] and value attribute []
      debug[16:38:04,177]: Append hidden control atCangedCategory with value [] and value attribute []
      debug[16:38:04,177]: Append hidden control atSelected with value [] and value attribute []
      debug[16:38:04,193]: Append hidden control docidForSiblings with value [] and value attribute []
      debug[16:38:04,193]: Append hidden control typeForSiblings with value [noSiblings] and value attribute [noSiblings]
      debug[16:38:04,209]: Append hidden control selectedDocumentId with value [] and value attribute []
      debug[16:38:04,209]: Append hidden control yscroller2 with value [0] and value attribute [0]
      debug[16:38:04,209]: Append hidden control selectedDoclistColumn with value [] and value attribute []
      debug[16:38:04,224]: Append hidden control doclistInd with value [] and value attribute []
      debug[16:38:04,224]: Append hidden control doclistIndSel with value [] and value attribute []
      debug[16:38:04,224]: Append hidden control hiddenPagenr_doclist with value [] and value attribute []
      debug[16:38:04,240]: Append hidden control hidedlmode with value [0] and value attribute [0]
      debug[16:38:04,240]: Append hidden control yscroller with value [0] and value attribute [0]
      debug[16:38:04,240]: Append text control pagenr_doclist with value [1] and value attribute [1]
      debug[16:38:04,255]: Append hidden control selectedSiblinglistColumn with value [] and value attribute []
      debug[16:38:04,255]: Append hidden control selectedSiblingId with value [] and value attribute []
      debug[16:38:04,271]: Append hidden control siblingListYScroller2 with value [0] and value attribute [0]
      debug[16:38:04,271]: Append hidden control siblinglistInd with value [] and value attribute []
      debug[16:38:04,271]: Append hidden control siblinglistIndSel with value [] and value attribute []
      debug[16:38:04,287]: Append hidden control hiddenPagenr_siblinglist with value [] and value attribute []
      debug[16:38:04,287]: Append hidden control siblingListYScroller with value [0] and value attribute [0]
      debug[16:38:04,287]: Append hidden control siblingRowIndex with value [0] and value attribute [0]
      debug[16:38:04,302]: Append hidden control selectedTaxonomyId with value [] and value attribute []
      debug[16:38:04,302]: Append hidden control selectedCategoryId with value [] and value attribute []
      debug[16:38:04,318]: Append hidden control proChangedTaxonomy with value [] and value attribute []
      debug[16:38:04,318]: Append hidden control proCangedCategory with value [] and value attribute []
      debug[16:38:04,318]: Append hidden control proSelected with value [] and value attribute []
      debug[16:38:04,334]: Append hidden control proChangedField with value [] and value attribute []
      debug[16:38:04,334]: Append hidden control proNewValue with value [] and value attribute []
      debug[16:38:04,334]: Append hidden control savedAfterMultiSelectionWarningAndNotSavedWarning with value [] and value attribute []
      debug[16:38:04,349]: Append hidden control savedAfterConsistencyWarningAndNotSavedWarning with value [] and value attribute []
      debug[16:38:04,349]: Append hidden control movedAfterMultiSelectionWarning with value [] and value attribute []
      debug[16:38:04,349]: Append hidden control savedAfterMultiSelectionWarning with value [] and value attribute []
      debug[16:38:04,365]: Append hidden control savedAfterConsistencyWarning with value [] and value attribute []
      debug[16:38:04,365]: Append text control docform:cpTList:9:inputCPsel with value [vvvv] and value attribute [vvvv]
      debug[16:38:04,380]: Append text control docform:cpTList:10:inputCPsel with value [qqqq] and value attribute [qqqq]
      debug[16:38:04,380]: Append hidden control allMetaDataOpenInPreview with value [false] and value attribute [false]
      debug[16:38:04,380]: Append hidden control siblingbarIndex with value [] and value attribute []
      debug[16:38:04,412]: Append hidden control siblingbarSIC with value [] and value attribute []
      debug[16:38:04,427]: Append hidden control siblingbarSICS with value [] and value attribute []
      debug[16:38:04,427]: Append hidden control sibBarOptAttachments with value [] and value attribute []
      debug[16:38:04,427]: Append hidden control sibBarOptThreads with value [] and value attribute []
      debug[16:38:04,443]: Append hidden control sibBarOptDuplicates with value [] and value attribute []
      debug[16:38:04,443]: Append hidden control sibBarOptNearDuplicates with value [] and value attribute []
      debug[16:38:04,443]: Append hidden control hlSelOption with value [a] and value attribute [a]
      debug[16:38:04,459]: Append hidden control previewTab with value [] and value attribute []
      debug[16:38:04,459]: Append hidden control hitMode with value [] and value attribute []
      debug[16:38:04,474]: Append select-one control hlselect with value [a] and value attribute [a]
      debug[16:38:04,474]: Append text control docform:addHiglightText with value [] and value attribute []
      debug[16:38:04,474]: Append hidden control docXMLPreviewPagerHiddenPagenr with value [1] and value attribute [1]
      debug[16:38:04,490]: Append hidden control docform_SUBMIT with value [1] and value attribute [1]
      debug[16:38:04,490]: Append hidden control javax.faces.ViewState with value [Y/xylLj1DRw/XK0bgyE8IQa5nvWhG5TwbvMsD2WiDh8hoR1iMFJ3X3BE1uKkdZorqYVMDchjfMVYIcoqLJ10YcJZnt0JNUh/T425/Iy42bc=] and value attribute [Y/xylLj1DRw/XK0bgyE8IQa5nvWhG5TwbvMsD2WiDh8hoR1iMFJ3X3BE1uKkdZorqYVMDchjfMVYIcoqLJ10YcJZnt0JNUh/T425/Iy42bc=]
      debug[16:38:04,490]: parameter docform:aAssignToButton with value docform:aAssignToButton
      debug[16:38:04,505]: Look up queue with default name
      debug[16:38:04,521]: NEW AJAX REQUEST !!! with form: docform
      debug[16:38:04,521]: Start XmlHttpRequest
      debug[16:38:04,521]: Request state : 1
      debug[16:38:04,537]: QueryString: AJAXREQUEST=docform%3AassignToRegion&searchText=*&docform%3AsearchOptionsSel=EXACT&selectedFilter=&selectedCategoryIndex=&catState=&catStateFilterSticky=&catRFCatIndex=&catRFSelected=&remoCatIndex=&asTaxId=Concept%2BGroups_00014&asCatIndex=0&asc_taxonomy=&asc_category=&peoplefield=Type%20here%20for%20more%20options&selFilter=&removeCatFilterTax=&removeCatFilterIndex=&removeCatFilterStickyness=&editCatFilterTax=&editCatFilterIndex=&removeResultRestrictionIndex=&removeAnyNoFilterTax=&removeAnyRestriction=&removeAnyNoFilterStickyness=&removeCFSFilterStickyness=&removeDateFilterTax=&removeDateFilterStickyness=&rpcTax=&rpcCat=&extCatFilterTax=&extCatFilterCat=&atChangedTaxonomy=&atCangedCategory=&atSelected=&docform%3AasTaxList%3A1%3AselManyCheckboxATItems=Primary%2Breview%2Bfinished&docidForSiblings=&typeForSiblings=noSiblings&selectedDocumentId=&yscroller2=0&selectedDoclistColumn=&doclistInd=&doclistIndSel=&hiddenPagenr_doclist=&hidedlmode=0&yscroller=0&docform%3Adoclist%3A0%3AselDoc=true&pagenr_doclist=1&selectedSiblinglistColumn=&selectedSiblingId=&siblingListYScroller2=0&siblinglistInd=&siblinglistIndSel=&hiddenPagenr_siblinglist=&siblingListYScroller=0&siblingRowIndex=0&selectedTaxonomyId=&selectedCategoryId=&proChangedTaxonomy=&proCangedCategory=&proSelected=&proChangedField=&proNewValue=&savedAfterMultiSelectionWarningAndNotSavedWarning=&savedAfterConsistencyWarningAndNotSavedWarning=&movedAfterMultiSelectionWarning=&savedAfterMultiSelectionWarning=&savedAfterConsistencyWarning=&docform%3AcpTList%3A5%3AcboxCPsel=business&docform%3AcpTList%3A5%3AcboxCPsel=test&docform%3AcpTList%3A9%3AinputCPsel=vvvv&docform%3AcpTList%3A10%3AinputCPsel=qqqq&allMetaDataOpenInPreview=false&siblingbarIndex=&siblingbarSIC=&siblingbarSICS=&sibBarOptAttachments=&sibBarOptThreads=&sibBarOptDuplicates=&sibBarOptNearDuplicates=&hlSelOption=a&docform%3Adivoptcheck1=true&docform%3Adivoptcheck2=true&docform%3Adivoptcheck3=true&docform%3Adivoptcheck4=true&docform%3AtaxHighlighting%3A0%3Adivoptcheck=true&docform%3AtaxHighlighting%3A1%3Adivoptcheck=true&docform%3AtaxHighlighting%3A2%3Adivoptcheck=true&previewTab=&hitMode=&hlselect=a&docform%3AaddHiglightText=&docXMLPreviewPagerHiddenPagenr=1&docform_SUBMIT=1&javax.faces.ViewState=Y%2FxylLj1DRw%2FXK0bgyE8IQa5nvWhG5TwbvMsD2WiDh8hoR1iMFJ3X3BE1uKkdZorqYVMDchjfMVYIcoqLJ10YcJZnt0JNUh%2FT425%2FIy42bc%3D&docform%3AaAssignToButton=docform%3AaAssignToButton&
      debug[16:38:06,099]: Request state : 2
      debug[16:38:06,099]: Request state : 3
      debug[16:38:06,099]: Request state : 4
      debug[16:38:06,115]: Request end with state 4
      debug[16:38:06,115]: Response  with content-type: text/xml;charset=UTF-8
      debug[16:38:06,115]: Full response content: <html xmlns="http://www.w3.org/1999/xhtml" lang="de"><head><link class="component" href="/liti/faces/a4j/s/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_" rel="stylesheet" type="text/css" /><link class="component" href="/liti/faces/a4j/s/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><script src="/liti/faces/a4j/g/3_3_3-SNAPSHOTorg.ajax4jsf.javascript.AjaxScript" type="text/javascript"></script><script src="/liti/faces/a4j/g/3_3_3-SNAPSHOTorg.ajax4jsf.javascript.PrototypeScript" type="text/javascript"></script><script src="/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/utils.js" type="text/javascript"></script><script src="/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/browser_info.js" type="text/javascript"></script><script src="/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/modalPanel.js" type="text/javascript"></script><script src="/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/modalPanelBorders.js" type="text/javascript"></script><link class="component" href="/liti/faces/a4j/s/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAELXT5DOhSIAQ!sA18_" rel="stylesheet" type="text/css" /><script src="/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/skinning.js" type="text/javascript"></script></head><body><span id="docform:dummyRerenderT" style="visibility:hidden"></span><span id="warningForm:aMPWarning"><div id="warningForm:modalPanelWarning" style="display: none;"><input autocomplete="off" id="warningForm:modalPanelWarningOpenedState" name="warningForm:modalPanelWarningOpenedState" type="hidden" /><div class="rich-modalpanel " id="warningForm:modalPanelWarningContainer" style="position: absolute; display: none; z-index: 50000; background-color: inherit;"><div class="rich-mpnl-mask-div-opaque rich-mpnl-mask-div" id="warningForm:modalPanelWarningDiv" style="z-index: -1;"><button class="rich-mpnl-button" id="warningForm:modalPanelWarningFirstHref"></button></div><div class="rich-mpnl-panel"><div class="rich-mp-container" id="warningForm:modalPanelWarningCDiv" style="position: absolute; left: 0px; top: 0px; z-index: 9;"><div class="rich-mpnl-shadow" id="warningForm:modalPanelWarningShadowDiv"></div><div class="rich-mpnl-ovf-hd rich-mpnl-trim rich-mpnl-content" id="warningForm:modalPanelWarningContentDiv"><div class="rich-mpnl-text rich-mpnl-controls "><span id="warningForm:controlsGroup"><img id="warningForm:hidelink" src="/liti/images/rec_icon_messagebox_close.gif" onclick="execCancelInAssignToWarning();" class="img_close" /><div id="warningForm:mpWarnOkButtonBox" class="bbox_mcboxOkButton"><input id="warningForm:mpWarnOkButton" name="warningForm:mpWarnOkButton" type="submit" value="OK" onclick="execOkForBulkTagInAssignToWarning();;" title="Assign selected documents to an issue/category" class="button_img_small" /><img id="warningForm:mpWarnOkButtonImg" src="images/rec_button_icon_accept.gif" alt="" onclick="this.previousSibling.click();" style="z-index:2" class="bimage" /></div><div id="warningForm:mpWarnCancelButtonBox" class="bbox_mcboxCancelButton"><input id="warningForm:mpWarnCancelButton" name="warningForm:mpWarnCancelButton" type="submit" value="Cancel" onclick="execCancelInAssignToWarning();;" title="Cancel the action" class="button_img_small" /><img id="warningForm:mpWarnCancelButtonImg" src="images/rec_button_icon_reset.gif" alt="" onclick="this.previousSibling.click();" style="z-index:2" class="bimage" /></div></span></div><table border="0" cellpadding="0" cellspacing="0" class="rich-mp-content-table" id="warningForm:modalPanelWarningContentTable" style="height: 100%; width: 100%;"><tbody><tr><div class="rich-mpnl-text rich-mpnl-header " id="warningForm:modalPanelWarningHeader" style="white-space: nowrap;"><span id="warningForm:mpWarnHead">Confirmation</span></div></tr><tr style="height: 99%"><td class="rich-mpnl-body" valign="top"><span id="warningForm:hello">world</span></td></tr></tbody></table></div></div></div><div class="rich-mpnl-mask-div rich-mpnl-mask-div-transparent" id="warningForm:modalPanelWarningCursorDiv" style="z-index: -200;"><button class="rich-mpnl-button" id="warningForm:modalPanelWarningLastHref"></button></div><script type="text/javascript">
      new ModalPanel('warningForm:modalPanelWarning',                {                    width: 320,
                          height: 140,                    minWidth: 320,                    minHeight: 140,                    resizeable: false,
                          moveable: true,                    left: "auto",                    top: "auto",
                          zindex: 50000,onresize: '',onmove: '',onshow: '',onhide: '',onbeforeshow: '',onbeforehide: '',
                          domElementAttachment: "",                                    keepVisualState: false,
                          showWhenRendered: true,                    selectBehavior: "disable",
                          autosized: false,                    overlapEmbedObjects: false});
      //</script></div><script type="text/javascript">
      Richfaces.showModalPanel('warningForm:modalPanelWarning', {});
      //</script></div></span><span id="messageform:a4jMessageBox"></span><span id="a4jLockedBox"><form id="lockedform" name="lockedform" method="post" action="/liti/faces/sl_explore.jsp" enctype="application/x-www-form-urlencoded" onsubmit="if(!submitOnce()){return false;}"><span id="lockedform:a4jInnerLockedBox"><span id="screenLocked" style="visibility:hidden">false</span></span><input type="hidden" name="lockedform_SUBMIT" value="1" /><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="Y/xylLj1DRw/XK0bgyE8IQa5nvWhG5TwbvMsD2WiDh8hoR1iMFJ3X3BE1uKkdZorqYVMDchjfMVYIcoqLJ10YcJZnt0JNUh/T425/Iy42bc=" /></form></span><meta name="Ajax-Update-Ids" content="docform:dummyRerenderT,warningForm:aMPWarning,messageform:a4jMessageBox,a4jLockedBox" /><span id="ajax-view-state"><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="Y/xylLj1DRw/XK0bgyE8IQa5nvWhG5TwbvMsD2WiDh8hoR1iMFJ3X3BE1uKkdZorqYVMDchjfMVYIcoqLJ10YcJZnt0JNUh/T425/Iy42bc=" /></span><meta id="Ajax-Response" name="Ajax-Response" content="true" /><span id="org.ajax4jsf.oncomplete">enableSubmit();showProgressBar(false);</span><meta name="Ajax-Update-Ids" content="docform:dummyRerenderT,warningForm:aMPWarning,messageform:a4jMessageBox,a4jLockedBox" /><span id="ajax-view-state"><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="Y/xylLj1DRw/XK0bgyE8IQa5nvWhG5TwbvMsD2WiDh8hoR1iMFJ3X3BE1uKkdZorqYVMDchjfMVYIcoqLJ10YcJZnt0JNUh/T425/Iy42bc=" /></span><meta id="Ajax-Response" name="Ajax-Response" content="true" /><span id="org.ajax4jsf.oncomplete">enableSubmit();showProgressBar(false);</span></body></html>
      debug[16:38:06,130]: Header Ajax-Expired not found, search in <meta>
      debug[16:38:06,130]: search for elements by name 'meta'  in element #document
      debug[16:38:06,130]: Find <meta name='Ajax-Update-Ids' content='docform:dummyRerenderT,warningForm:aMPWarning,messageform:a4jMessageBox,a4jLockedBox'>
      debug[16:38:06,146]: Find <meta name='Ajax-Response' content='true'>
      debug[16:38:06,162]: Find <meta name='Ajax-Update-Ids' content='docform:dummyRerenderT,warningForm:aMPWarning,messageform:a4jMessageBox,a4jLockedBox'>
      debug[16:38:06,162]: Find <meta name='Ajax-Response' content='true'>
      debug[16:38:06,162]: Header Ajax-Update-Ids not found, search in <meta>
      debug[16:38:06,177]: search for elements by name 'meta'  in element #document
      debug[16:38:06,177]: Find <meta name='Ajax-Update-Ids' content='docform:dummyRerenderT,warningForm:aMPWarning,messageform:a4jMessageBox,a4jLockedBox'>
      debug[16:38:06,177]: Update page by list of rendered areas from response docform:dummyRerenderT,warningForm:aMPWarning,messageform:a4jMessageBox,a4jLockedBox
      debug[16:38:06,193]: search for elements by name 'script'  in element #document
      debug[16:38:06,193]: <script> in response with src=/liti/faces/a4j/g/3_3_3-SNAPSHOTorg.ajax4jsf.javascript.AjaxScript
      debug[16:38:06,193]: Such element exist in document
      debug[16:38:06,209]: <script> in response with src=/liti/faces/a4j/g/3_3_3-SNAPSHOTorg.ajax4jsf.javascript.PrototypeScript
      debug[16:38:06,209]: Such element exist in document
      debug[16:38:06,209]: <script> in response with src=/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/utils.js
      debug[16:38:06,209]: Such element exist in document
      debug[16:38:06,224]: <script> in response with src=/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/browser_info.js
      debug[16:38:06,224]: Such element exist in document
      debug[16:38:06,224]: <script> in response with src=/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/modalPanel.js
      debug[16:38:06,240]: Such element exist in document
      debug[16:38:06,240]: <script> in response with src=/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/modalPanelBorders.js
      debug[16:38:06,240]: Such element exist in document
      debug[16:38:06,240]: <script> in response with src=/liti/faces/a4j/g/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/scripts/skinning.js
      debug[16:38:06,255]: Such element exist in document
      debug[16:38:06,255]: search for elements by name 'link'  in element #document
      debug[16:38:06,255]: <link> in response with src=/liti/faces/a4j/s/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_
      debug[16:38:06,271]: Such element exist in document
      debug[16:38:06,271]: <link> in response with src=/liti/faces/a4j/s/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_
      debug[16:38:06,271]: Such element exist in document
      debug[16:38:06,287]: <link> in response with src=/liti/faces/a4j/s/3_3_3-SNAPSHOTorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAELXT5DOhSIAQ!sA18_
      debug[16:38:06,287]: Such element exist in document
      debug[16:38:06,287]: call selectSingleNode for id= org.ajax4jsf.queue_script
      debug[16:38:06,287]: Update page part from call parameter for ID docform:dummyRerenderT
      debug[16:38:06,302]: call selectSingleNode for id= docform:dummyRerenderT
      debug[16:38:06,302]: Replace content of node by outerHTML()
      debug[16:38:06,318]: search for elements by name 'script'  in element span
      debug[16:38:06,318]: Scripts in updated part count : 0
      debug[16:38:06,318]: Update part of page for Id: docform:dummyRerenderT successful
      debug[16:38:06,334]: Update page part from call parameter for ID warningForm:aMPWarning
      debug[16:38:06,334]: call selectSingleNode for id= warningForm:aMPWarning
      debug[16:38:06,349]: Replace content of node by outerHTML()
      debug[16:38:06,349]: search for elements by name 'script'  in element span
      debug[16:38:06,349]: Scripts in updated part count : 2
      debug[16:38:06,365]: Update part of page for Id: warningForm:aMPWarning successful
      debug[16:38:06,365]: Update page part from call parameter for ID messageform:a4jMessageBox
      debug[16:38:06,365]: call selectSingleNode for id= messageform:a4jMessageBox
      debug[16:38:06,380]: Replace content of node by outerHTML()
      debug[16:38:06,380]: search for elements by name 'script'  in element span
      debug[16:38:06,396]: Scripts in updated part count : 0
      debug[16:38:06,396]: Update part of page for Id: messageform:a4jMessageBox successful
      debug[16:38:06,396]: Update page part from call parameter for ID a4jLockedBox
      debug[16:38:06,412]: call selectSingleNode for id= a4jLockedBox
      debug[16:38:06,412]: Replace content of node by outerHTML()
      debug[16:38:06,427]: search for elements by name 'script'  in element span
      debug[16:38:06,427]: Scripts in updated part count : 0
      debug[16:38:06,427]: call selectSingleNode for id= org.ajax4jsf.oncomplete
      debug[16:38:06,443]: Call request oncomplete function after processing updates
      debug[16:38:06,443]: Update part of page for Id: a4jLockedBox successful
      debug[16:38:06,443]: call selectSingleNode for id= ajax-view-state
      debug[16:38:06,459]: Hidden JSF state fields:
      debug[16:38:06,459]: Namespace for hidden view-state input fields is undefined
      debug[16:38:06,474]: search for elements by name 'input'  in element span
      debug[16:38:06,474]: Replace value for inputs: 322 by new values: 1
      debug[16:38:06,474]: Input in response: javax.faces.ViewState
      debug[16:38:06,490]: Found same input on page with type: hidden
      debug[16:38:06,505]: Found same input on page with type: hidden
      debug[16:38:06,568]: Found same input on page with type: hidden
      debug[16:38:06,568]: Found same input on page with type: hidden
      debug[16:38:06,584]: Found same input on page with type: hidden
      debug[16:38:06,584]: Found same input on page with type: hidden
      debug[16:38:06,584]: Found same input on page with type: hidden
      debug[16:38:06,599]: Found same input on page with type: hidden
      debug[16:38:06,599]: Found same input on page with type: hidden
      debug[16:38:06,615]: Found same input on page with type: hidden
      debug[16:38:06,615]: Found same input on page with type: hidden
      debug[16:38:06,630]: Found same input on page with type: hidden
      debug[16:38:06,630]: Found same input on page with type: hidden
      debug[16:38:06,630]: Found same input on page with type: hidden
      debug[16:38:06,646]: Found same input on page with type: hidden
      debug[16:38:06,646]: Found same input on page with type: hidden
      debug[16:38:06,662]: Found same input on page with type: hidden
      debug[16:38:06,662]: Found same input on page with type: hidden
      debug[16:38:06,677]: Found same input on page with type: hidden
      debug[16:38:06,677]: Found same input on page with type: hidden
      debug[16:38:06,693]: Found same input on page with type: hidden
      debug[16:38:06,693]: search for elements by name 'INPUT'  in element span
      debug[16:38:06,693]: Replace value for inputs: 322 by new values: 0
      debug[16:38:06,709]: call selectSingleNode for id= _A4J.AJAX.focus
      debug[16:38:06,709]: No focus information in response
      debug[16:38:06,724]: Evaluate script replaced area in document:
      new ModalPanel('warningForm:modalPanelWarning',                {                    width: 320,
                          height: 140,                    minWidth: 320,                    minHeight: 140,                    resizeable: false,
                          moveable: true,                    left: "auto",                    top: "auto",
                          zindex: 50000,onresize: '',onmove: '',onshow: '',onhide: '',onbeforeshow: '',onbeforehide: '',
                          domElementAttachment: "",                                    keepVisualState: false,
                          showWhenRendered: true,                    selectBehavior: "disable",
                          autosized: false,                    overlapEmbedObjects: false});//
      debug[16:38:06,740]: Script evaluation succeeded
      debug[16:38:06,755]: Evaluate script replaced area in document:
      Richfaces.showModalPanel('warningForm:modalPanelWarning', {});//
      debug[16:38:07,193]: Script evaluation succeeded
      debug[16:38:07,209]: call selectSingleNode for id= _ajax:data

      {quote}

       

      Any ideas?

      Michael