2 Replies Latest reply on Dec 8, 2009 2:27 AM by ramprasadhtv

    Tool Tip Issue in 3.3.2

      Hi

      Raising the issue in new thread as i missed to enclose the logs in code tags. Sorry for inconvenience caused

      Came across another issue when migrating from 3.2.1 to 3.3.2 re Rich Tool tip. Can you please help.

      Issue:
      Tool tip contents are not seen when mode is set as ajax under following conditions
      Tool Tip contents are displayed inside a data table which is inside tool tip.
      The tool tip is inside rich column of a rich data table
      Please note that once i remove mode="ajax" it works fine.

      Code:
      <a:richDataTable id="itemList" value="#{manageSLItemsBean.model}"
      var="item" styleClass="richDataTableWithHand" rowKeyVar="rkv"....
      >
      <a:richColumn id="ReferncePrice">
      <a:jsfPanelGroup id="refpricetooltip">
      <a:richToolTip mode="ajax" rendered="#{manageSLItemsBean.refPriceMapOthers[item.objectId]!=null}"
      followMouse="true" for="refpricetooltip" attachTo="true"
      direction="top-right" styleClass="tooltip" style="width:180px">
      <a:richDataTableToolTip
      value="#{manageSLItemsBean.refPriceMapOthers[item.objectId]}"
      var="refPriceMapOthers">
      <a:richColumn>
      <h:outputText value="#{text[refPriceMapOthers.code]}" />
      </a:richColumn>
      <a:richColumn>
      <h:outputText value="#{refPriceMapOthers.value}">
      <f:converter converterId="VatConverter" />
      <f:param name="VatDeductible" value="#{item.vatDeductible}" />
      </h:outputText>
      </a:richColumn>
      </a:richDataTableToolTip>
      </a:richToolTip>
      </a:jsfPanelGroup>
      </a:richColumn>
      
      




        • 1. Re: Tool Tip Issue in 3.3.2

          Enclosing the debug logs

          debug[20:41:58,033]: Request state : 2
          debug[20:41:58,049]: Request state : 3
          debug[20:41:58,064]: Request state : 4
          debug[20:41:58,064]: Request end with state 4
          debug[20:41:58,064]: Response with content-type: text/xml;charset=UTF-8
          debug[20:41:58,080]: Full response content: <?xml version="1.0"?>
          <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/utils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tooltip.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1scripts/menu.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-dom.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/context-menu.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/available.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery.utils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/ajax4jsf/javascript/scripts/form.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/form.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/menu.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/menucomponents.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><link class="component" href="/arval/a4j/s/3_3_2.SR1css/table.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/datascroller.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/datascroller.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/browser_info.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanelBorders.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1script/SpinnerScript.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/spinner.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/events.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/scriptaculous/effects.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/JQuerySpinBtn.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/calendar.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/calendar.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1scripts/comboboxUtils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/utils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/inplaceinputstyles.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/inplaceinput.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/inplaceinput.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.SmartPositionScript.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/suggestionbox.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/suggestionbox.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/script/controlUtils.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/css/msg.css.faces" rel="stylesheet" type="text/css" /><link class="component" href="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/css/msgs.css.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/skinning.js.faces" type="text/javascript">
          </script></head><body><span id="searchItems:listControlPanel"><span id="searchItems:ID_70cebd2f68ba39727c2bf3bad0b25957" class="jsfPanelGroup"><input class="ajaxCommandIcon" id="searchItems:ID_1d686931a76213472345f781ed747b89" name="searchItems:ID_1d686931a76213472345f781ed747b89" onclick="showWait();;A4J.AJAX.Submit('searchItems',event,{'parameters':{'ajaxSingle':'searchItems:ID_1d686931a76213472345f781ed747b89','searchItems:ID_1d686931a76213472345f781ed747b89':'searchItems:ID_1d686931a76213472345f781ed747b89'} ,'oncomplete':function(request,event,data){hideWait()},'similarityGroupingId':'searchItems:ID_1d686931a76213472345f781ed747b89'} );return false;" title="Select a List" type="image" src="/arval/images/arval/icons/icon_select.gif" /></span></span><span id="searchItems:filterOutputPanel" class="ajaxOutputPanel"><a class="ajaxCommandLink" href="#" id="searchItems:displayFilterLink" name="searchItems:displayFilterLink" onclick="showWait();;A4J.AJAX.Submit('searchItems',event,{'parameters':{'searchItems:displayFilterLink':'searchItems:displayFilterLink'} ,'oncomplete':function(request,event,data){hideWait()},'similarityGroupingId':'searchItems:displayFilterLink'} );return false;">Display Current Filter</a><img alt="" class="rich-spacer richSpacer" height="1" id="searchItems:ID_9c87a522ab49b8817f94c1a6dece14" src="/arval/a4j/g/3_3_2.SR1images/spacer.gif.faces" width="1" /><span class="rich-tool-tip richHelpToolTip" id="searchItems:ID_69e2a76605a6f92abbc61ebae97b677" style="z-index:99;"><span id="searchItems:ID_69e2a76605a6f92abbc61ebae97b677content"><table id="searchItems:ID_e28ba080fc2db1ab2593d717bf5b5a49" class="jsfPanelGridHelpInfo" width="280px"><thead><tr><th class="jsfPanelGridHelpInfoHeader" colspan="1" scope="colgroup"><span id="searchItems:ID_9595b892f07a275260c01c4caeba9683" class="jsfOutputText">User Guide</span></th></tr></thead><tbody><tr class="jsfPanelGridHelpInfoRow1"><td class="jsfPanelGridHelpInfoCol1"><span id="searchItems:ID_652b2276f712913ffa4e8bb9ef81ee8" class="jsfOutputHelp">Select a filter in the drop-down list to restrict the result set in the table below. The link allows you to verify the criteria of the filter currently applied.</span></td></tr></tbody></table></span> <span id="searchItems:ID_69e2a76605a6f92abbc61ebae97b677script" style="display:none"><script type="text/javascript" id="scriptsearchItems:ID_69e2a76605a6f92abbc61ebae97b677">//<![CDATA[
          new ToolTip("searchItems:ID_69e2a76605a6f92abbc61ebae97b677","searchItems:graphic2",{'followMouse':true,'direction':'top\x2Dright','showEvent':'mouseover'} );
          //]]>
          </script></span></span><img id="searchItems:graphic2" src="/arval/images/arval/icons/icon_help.gif" class="jsfGraphicImage" /></span><span id="salesPricepanel" class="ajaxOutputPanel"><div id="salespanel" style="display: none;"><input autocomplete="off" id="salespanelOpenedState" name="salespanelOpenedState" type="hidden" /><div class="rich-modalpanel richModalPanel" id="salespanelContainer" style="position: absolute; display: none; z-index: 100; background-color: inherit;"><div class="rich-mpnl-mask-div-opaque rich-mpnl-mask-div" id="salespanelDiv" style="z-index: -1;"><button class="rich-mpnl-button" id="salespanelFirstHref"></button></div><div class="rich-mpnl-panel"><div class="rich-mp-container" id="salespanelCDiv" style="position: absolute; left: 0px; top: 0px; z-index: 9;"><div class="rich-mpnl-shadow" id="salespanelShadowDiv"></div><div class="rich-mpnl-ovf-hd rich-mpnl-trim rich-mpnl-content" id="salespanelContentDiv"><table border="0" cellpadding="0" cellspacing="0" class="rich-mp-content-table" id="salespanelContentTable" style="height: 100%; width: 100%;"><tbody><tr style="height: 1%;"><td class="rich-mpnl-header-cell"><div class="rich-mpnl-text rich-mpnl-header richModalPanelHeader" id="salespanelHeader" style="white-space: nowrap;"><label id="paneltext" style="style" class="jsfOutputLabel">Price Calculation Parameters</label></div></td></tr><tr style="height: 99%"><td class="rich-mpnl-body" valign="top"><form id="myformVat" name="myformVat" method="post" action="/arval/jsf/arval/sales/SearchItemsToPublish.faces" class="jsfForm" enctype="application/x-www-form-urlencoded"><input type="hidden" name="myformVat" value="myformVat" /> <table id="myformVat:priceGrid" class="jsfPanelGrid" width="100%"><tbody><tr class="jsfPanelGridRow1"><td class="jsfPanelGridPriceCalCol1"><label id="myformVat:Percentage" style="jsfOutputLabelWrap" class="jsfOutputLabelWrap">Percentage of increase/decrease (% positive or negative)</label></td><td class="jsfPanelGridPriceCalCol2"><table border="0" cellpadding="0" cellspacing="0" class="rich-spinner-c richInputNumberSpinnerPrice" id="myformVat:spinner1" style="style" width="2%"><tbody><tr><td class="rich-spinner-input-container" id="myformVat:spinner1Edit" style="width:1%"><input class="rich-spinner-input" name="myformVat:spinner1" size="10" type="text" value="0" /></td><td class="rich-spinner-buttons" id="myformVat:spinner1For" style="width:1%"><table border="0" cellpadding="0" cellspacing="0" id="myformVat:spinner1Buttons"><tbody><tr><td><input class="rich-spinner-btn rich-spinner-button" onclick="return false" onmousedown="this.className='rich-spinner-btn-press rich-spinner-button'" onmouseout="this.className='rich-spinner-btn rich-spinner-button'" onmouseup="this.className='rich-spinner-btn rich-spinner-button'" src="/arval/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonUp/DATB/eAFjYGD4!!8!AAYAAv4_.faces" style="border:0" type="image" /></td></tr><tr><td><input class="rich-spinner-btn rich-spinner-button" onclick="return false" onmousedown="this.className='rich-spinner-btn-press rich-spinner-button'" onmouseout="this.className='rich-spinner-btn rich-spinner-button'" onmouseup="this.className='rich-spinner-btn rich-spinner-button'" src="/arval/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonDown/DATB/eAFjYGD4!!8!AAYAAv4_.faces" style="border:0" type="image" /></td></tr></tbody></table><script type="text/javascript">//<![CDATA[
          new Richfaces.Spinner(
           "myformVat:spinner1",{'min':'\x2D100'} );
          //]]>
          </script></td></tr></tbody></table></td></tr><tr class="jsfPanelGridRow2"><td class="jsfPanelGridPriceCalCol1"><label id="myformVat:Fixedamount" style="jsfOutputLabelWrap" class="jsfOutputLabelWrap">Increase / decrease by fixed amount</label></td><td class="jsfPanelGridPriceCalCol2"><table border="0" cellpadding="0" cellspacing="0" class="rich-spinner-c richInputNumberSpinnerPrice" id="myformVat:spinner3" style="style" width="2%"><tbody><tr><td class="rich-spinner-input-container" id="myformVat:spinner3Edit" style="width:1%"><input class="rich-spinner-input" name="myformVat:spinner3" size="10" type="text" value="0" /></td><td class="rich-spinner-buttons" id="myformVat:spinner3For" style="width:1%"><table border="0" cellpadding="0" cellspacing="0" id="myformVat:spinner3Buttons"><tbody><tr><td><input class="rich-spinner-btn rich-spinner-button" onclick="return false" onmousedown="this.className='rich-spinner-btn-press rich-spinner-button'" onmouseout="this.className='rich-spinner-btn rich-spinner-button'" onmouseup="this.className='rich-spinner-btn rich-spinner-button'" src="/arval/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonUp/DATB/eAFjYGD4!!8!AAYAAv4_.faces" style="border:0" type="image" /></td></tr><tr><td><input class="rich-spinner-btn rich-spinner-button" onclick="return false" onmousedown="this.className='rich-spinner-btn-press rich-spinner-button'" onmouseout="this.className='rich-spinner-btn rich-spinner-button'" onmouseup="this.className='rich-spinner-btn rich-spinner-button'" src="/arval/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonDown/DATB/eAFjYGD4!!8!AAYAAv4_.faces" style="border:0" type="image" /></td></tr></tbody></table><script type="text/javascript">//<![CDATA[
          new Richfaces.Spinner(
           "myformVat:spinner3",{'min':'\x2D100000','delta':'50','max':'100000'} );
          //]]>
          </script></td></tr></tbody></table></td></tr><tr class="jsfPanelGridRow1"><td class="jsfPanelGridPriceCalCol1"><label id="myformVat:RoundToNext" style="jsfOutputLabelWrap" class="jsfOutputLabelWrap">Round to next (EUR)</label></td><td class="jsfPanelGridPriceCalCol2"><table border="0" cellpadding="0" cellspacing="0" class="rich-spinner-c richInputNumberSpinnerPrice" id="myformVat:spinner2" style="style" width="2%"><tbody><tr><td class="rich-spinner-input-container" id="myformVat:spinner2Edit" style="width:1%"><input class="rich-spinner-input" name="myformVat:spinner2" size="10" type="text" value="100" /></td><td class="rich-spinner-buttons" id="myformVat:spinner2For" style="width:1%"><table border="0" cellpadding="0" cellspacing="0" id="myformVat:spinner2Buttons"><tbody><tr><td><input class="rich-spinner-btn rich-spinner-button" onclick="return false" onmousedown="this.className='rich-spinner-btn-press rich-spinner-button'" onmouseout="this.className='rich-spinner-btn rich-spinner-button'" onmouseup="this.className='rich-spinner-btn rich-spinner-button'" src="/arval/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonUp/DATB/eAFjYGD4!!8!AAYAAv4_.faces" style="border:0" type="image" /></td></tr><tr><td><input class="rich-spinner-btn rich-spinner-button" onclick="return false" onmousedown="this.className='rich-spinner-btn-press rich-spinner-button'" onmouseout="this.className='rich-spinner-btn rich-spinner-button'" onmouseup="this.className='rich-spinner-btn rich-spinner-button'" src="/arval/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonDown/DATB/eAFjYGD4!!8!AAYAAv4_.faces" style="border:0" type="image" /></td></tr></tbody></table><script type="text/javascript">//<![CDATA[
          new Richfaces.Spinner(
           "myformVat:spinner2",{'delta':'50','max':'500'} );
          //]]>
          </script></td></tr></tbody></table></td></tr></tbody></table><table id="myformVat:ID_ec3c5b3813d476e63f1877df9120b09a" class="jsfPanelGridButtons"><tbody><tr class="jsfPanelGridButtonsRow"><td class="jsfPanelGridButtonsColumns"><span id="myformVat:ID_ef109bb3d0d0fb4fdbee73723ce91f1" class="jsfPanelGroup"><input class="ajaxCommandButtonLeft130" id="myformVat:back" name="myformVat:back" onclick="showWait();javascript:Richfaces.hideModalPanel('salespanel');A4J.AJAX.Submit('myformVat',event,{'parameters':{'myformVat:back':'myformVat:back'} ,'oncomplete':function(request,event,data){hideWait()},'similarityGroupingId':'myformVat:back'} );return false;" value="Cancel" type="button" /><input class="ajaxCommandButton" id="myformVat:ID_c8719a7eed7bbddb4213d9a3e910113d" name="myformVat:ID_c8719a7eed7bbddb4213d9a3e910113d" onclick="showWait();;A4J.AJAX.Submit('myformVat',event,{'parameters':{'myformVat:ID_c8719a7eed7bbddb4213d9a3e910113d':'myformVat:ID_c8719a7eed7bbddb4213d9a3e910113d'} ,'oncomplete':function(request,event,data){hideWait()},'similarityGroupingId':'myformVat:ID_c8719a7eed7bbddb4213d9a3e910113d'} );return false;" value="Apply to selected" type="button" /></span></td></tr></tbody></table><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id5" /></form></td></tr></tbody></table></div><div class="rich-mpnl-resizer" id="salespanelResizerN" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerE" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerS" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerW" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerNWU" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerNEU" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerNEL" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerSEU" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerSEL" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerSWL" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerSWU" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="salespanelResizerNWL" style="height: 40px; width: 4px;"></div></div></div><div class="rich-mpnl-mask-div rich-mpnl-mask-div-transparent" id="salespanelCursorDiv" style="z-index: -200;"><button class="rich-mpnl-button" id="salespanelLastHref"></button></div><script type="text/javascript">//<![CDATA[
          new ModalPanel('salespanel', {
           width: 500,
           height: 215,
           minWidth: 350,
           minHeight: 150,
           resizeable: true,
           moveable: true,
           left: "auto",
           top: "auto",
           zindex: 100,onresize: '',onmove: '',onshow: '',onhide: function(event){showDdbs();},onbeforeshow: '',onbeforehide: '',
           domElementAttachment: "",
           keepVisualState: false,
           showWhenRendered: false,
           selectBehavior: "disable",
           autosized: false,
           overlapEmbedObjects: false});//]]>
          </script></div><script type="text/javascript">
          </script></div></span><span id="publishInList" class="ajaxOutputPanel"><div id="confirmPublication" style="display: none;"><input autocomplete="off" id="confirmPublicationOpenedState" name="confirmPublicationOpenedState" type="hidden" /><div class="rich-modalpanel richModalPanel" id="confirmPublicationContainer" style="position: absolute; display: none; z-index: 100; background-color: inherit;"><div class="rich-mpnl-mask-div-opaque rich-mpnl-mask-div" id="confirmPublicationDiv" style="z-index: -1;"><button class="rich-mpnl-button" id="confirmPublicationFirstHref"></button></div><div class="rich-mpnl-panel"><div class="rich-mp-container" id="confirmPublicationCDiv" style="position: absolute; left: 0px; top: 0px; z-index: 9;"><div class="rich-mpnl-shadow" id="confirmPublicationShadowDiv"></div><div class="rich-mpnl-ovf-hd rich-mpnl-trim rich-mpnl-content" id="confirmPublicationContentDiv"><table border="0" cellpadding="0" cellspacing="0" class="rich-mp-content-table" id="confirmPublicationContentTable" style="height: 100%; width: 100%;"><tbody><tr style="height: 1%;"><td class="rich-mpnl-header-cell"><div class="rich-mpnl-text rich-mpnl-header richModalPanelHeader" id="confirmPublicationHeader" style="white-space: nowrap;"><label id="ID_1ce69ca328c89f755e8ea832d9e31b" style="style" class="jsfOutputLabel">Confirm Action</label></div></td></tr><tr style="height: 99%"><td class="rich-mpnl-body" valign="top"><form id="publishInListForm" name="publishInListForm" method="post" action="/arval/jsf/arval/sales/SearchItemsToPublish.faces" class="jsfForm" enctype="application/x-www-form-urlencoded"><input type="hidden" name="publishInListForm" value="publishInListForm" /><br /><br /><br /><br /><br /><table id="publishInListForm:ID_576a6c26852069df75f249736c2788" class="jsfPanelGridButtons"><tbody><tr class="jsfPanelGridButtonsRow"><td class="jsfPanelGridButtonsColumns"><span id="publishInListForm:ID_7528bf8a9a3a3f3b1264fb29ada64e9" class="jsfPanelGroup"><input class="ajaxCommandButtonLeft130" id="publishInListForm:Back" name="publishInListForm:Back" onclick="showWait();;A4J.AJAX.Submit('publishInListForm',event,{'parameters':{'publishInListForm:Back':'publishInListForm:Back'} ,'oncomplete':function(request,event,data){hideWait();javascript:Richfaces.hideModalPanel('confirmPublication');},'similarityGroupingId':'publishInListForm:Back'} );return false;" value="Cancel" type="button" /><input class="ajaxCommandButtonCheck130" id="publishInListForm:confirmPublicationButton" name="publishInListForm:confirmPublicationButton" onclick="showWait();;A4J.AJAX.Submit('publishInListForm',event,{'parameters':{'publishInListForm:confirmPublicationButton':'publishInListForm:confirmPublicationButton'} ,'oncomplete':function(request,event,data){hideWait();javascript:Richfaces.hideModalPanel('confirmPublication');},'similarityGroupingId':'publishInListForm:confirmPublicationButton'} );return false;" value="Confirm" type="button" /></span></td></tr></tbody></table><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id5" /></form></td></tr></tbody></table></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerN" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerE" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerS" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerW" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerNWU" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerNEU" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerNEL" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerSEU" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerSEL" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerSWL" style="height: 40px; width: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerSWU" style="width: 40px; height: 4px;"></div><div class="rich-mpnl-resizer" id="confirmPublicationResizerNWL" style="height: 40px; width: 4px;"></div></div></div><div class="rich-mpnl-mask-div rich-mpnl-mask-div-transparent" id="confirmPublicationCursorDiv" style="z-index: -200;"><button class="rich-mpnl-button" id="confirmPublicationLastHref"></button></div><script type="text/javascript">//<![CDATA[
          new ModalPanel('confirmPublication', {
           width: 500,
           height: 380,
           minWidth: 300,
           minHeight: 250,
           resizeable: true,
           moveable: true,
           left: "auto",
           top: "auto",
           zindex: 100,onresize: '',onmove: '',onshow: '',onhide: function(event){showDdbs();},onbeforeshow: '',onbeforehide: '',
           domElementAttachment: "",
           keepVisualState: false,
           showWhenRendered: false,
           selectBehavior: "disable",
           autosized: false,
           overlapEmbedObjects: false});//]]>
          </script></div><script type="text/javascript">
          </script></div></span><span id="ID_fa131c9a1cda9e775d54657fbeb05fb8" class="ajaxOutputPanel"></span><span id="MessagePanel" class="ajaxOutputPanel"></span><dl id="infoMessages" class="rich-messages richMessages" style="display: none;"><dt></dt></dl> <span id="ID_11b218a696a668f7b8516bac6f9be141" class="ajaxOutputPanel"><a href="#" id="bottom"></a> <script type="text/javascript"> // <![CDATA[
           function removeWaitDiv(){
           //while (document.readyState != 'complete');
           var waitEle = parent.document.getElementById('waitText');
           if(waitEle!=null && waitEle!=''){
           waitEle.style.visibility='hidden';
           waitEle.style.height='0px'; }
           } function addWaitDiv(){
           //while (document.readyState != 'complete');
           var waitEle1 = parent.document.getElementById('waitText');
           if(waitEle1!=null && waitEle1!=''){
           waitEle1.style.height=readCookie('viewPortHeight') + 'px';
           waitEle1.style.visibility='visible';
           } }
           if (document.getElementById('infoMessages') && document.getElementById('infoMessages').childNodes[0] && document.getElementById('infoMessages').childNodes[0].childNodes[0] && document.getElementById('infoMessages').childNodes[0].childNodes[0].childNodes[0])
           { scrollToTop(); }
           if (document.layers) {
           document.captureEvents(ONDBLCLICK); }
           document.ondblclick=scrollToTop;
           positionWidthDiv(); positionPage();
           removeWaitDiv();
           //window.alert('result: ' + getIdForStore('InboxForm:inboxList:402852b524c8aa170124c8bf58d4001c:ID_a2c1ab42b88593bd63f0e430bac897be'));
           // window.alert('result: ' + getIdForStore('InboxForm:inboxList:2:ID_a2c1ab42b88593bd63f0e430bac897be'));
           //]]>
           </script></span><meta name="Ajax-Update-Ids" content="searchItems:listControlPanel,searchItems:filterOutputPanel,salesPricepanel,publishInList,ID_fa131c9a1cda9e775d54657fbeb05fb8,MessagePanel,infoMessages,ID_11b218a696a668f7b8516bac6f9be141" /><span id="ajax-view-state"><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id5" /></span><meta id="Ajax-Response" name="Ajax-Response" content="true" /></body></html>
          debug[20:41:58,095]: Header Ajax-Expired not found, search in <meta>
          debug[20:41:58,095]: search for elements by name 'meta' in element #document
          debug[20:41:58,095]: Find <meta name='Ajax-Update-Ids' content='searchItems:listControlPanel,searchItems:filterOutputPanel,salesPricepanel,publishInList,ID_fa131c9a1cda9e775d54657fbeb05fb8,MessagePanel,infoMessages,ID_11b218a696a668f7b8516bac6f9be141'>
          debug[20:41:58,095]: Find <meta name='Ajax-Response' content='true'>
          debug[20:41:58,095]: call selectSingleNode for id= _ajax:data
          debug[20:41:58,095]: Call local onbeforedomupdate function before replacing elemements
          debug[20:41:58,095]: Header Ajax-Update-Ids not found, search in <meta>
          debug[20:41:58,095]: search for elements by name 'meta' in element #document
          debug[20:41:58,095]: Find <meta name='Ajax-Update-Ids' content='searchItems:listControlPanel,searchItems:filterOutputPanel,salesPricepanel,publishInList,ID_fa131c9a1cda9e775d54657fbeb05fb8,MessagePanel,infoMessages,ID_11b218a696a668f7b8516bac6f9be141'>
          debug[20:41:58,111]: Update page by list of rendered areas from response searchItems:listControlPanel,searchItems:filterOutputPanel,salesPricepanel,publishInList,ID_fa131c9a1cda9e775d54657fbeb05fb8,MessagePanel,infoMessages,ID_11b218a696a668f7b8516bac6f9be141
          debug[20:41:58,111]: search for elements by name 'script' in element #document
          debug[20:41:58,111]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.faces
          debug[20:41:58,111]: Such element exist in document
          debug[20:41:58,111]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.faces
          debug[20:41:58,111]: Such element exist in document
          debug[20:41:58,111]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js.faces
          debug[20:41:58,111]: Such element exist in document
          debug[20:41:58,111]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/utils.js.faces
          debug[20:41:58,127]: Such element exist in document
          debug[20:41:58,127]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tooltip.js.faces
          debug[20:41:58,127]: Such element exist in document
          debug[20:41:58,127]: <script> in response with src=/arval/a4j/g/3_3_2.SR1scripts/menu.js.faces
          debug[20:41:58,127]: Such element exist in document
          debug[20:41:58,127]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-dom.js.faces
          debug[20:41:58,127]: Such element exist in document
          debug[20:41:58,127]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/context-menu.js.faces
          debug[20:41:58,127]: Such element exist in document
          debug[20:41:58,127]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/available.js.faces
          debug[20:41:58,142]: Such element exist in document
          debug[20:41:58,142]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery.utils.js.faces
          debug[20:41:58,142]: Such element exist in document
          debug[20:41:58,142]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/ajax4jsf/javascript/scripts/form.js.faces
          debug[20:41:58,142]: Such element exist in document
          debug[20:41:58,142]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/form.js.faces
          debug[20:41:58,142]: Such element exist in document
          debug[20:41:58,142]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/menu.js.faces
          debug[20:41:58,158]: Such element exist in document
          debug[20:41:58,158]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/datascroller.js.faces
          debug[20:41:58,158]: Such element exist in document
          debug[20:41:58,158]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/browser_info.js.faces
          debug[20:41:58,158]: Such element exist in document
          debug[20:41:58,158]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.faces
          debug[20:41:58,158]: Such element exist in document
          debug[20:41:58,158]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanelBorders.js.faces
          debug[20:41:58,174]: Such element exist in document
          debug[20:41:58,174]: <script> in response with src=/arval/a4j/g/3_3_2.SR1script/SpinnerScript.js.faces
          debug[20:41:58,174]: Such element exist in document
          debug[20:41:58,174]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/events.js.faces
          debug[20:41:58,174]: Such element exist in document
          debug[20:41:58,174]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/scriptaculous/effects.js.faces
          debug[20:41:58,189]: Such element exist in document
          debug[20:41:58,189]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/JQuerySpinBtn.js.faces
          debug[20:41:58,205]: Such element exist in document
          debug[20:41:58,205]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/calendar.js.faces
          debug[20:41:58,205]: Such element exist in document
          debug[20:41:58,205]: <script> in response with src=/arval/a4j/g/3_3_2.SR1scripts/comboboxUtils.js.faces
          debug[20:41:58,205]: Such element exist in document
          debug[20:41:58,220]: <script> in response with src=/arval/a4j/g/3_3_2.SR1scripts/utils.js.faces
          debug[20:41:58,220]: Such element exist in document
          debug[20:41:58,220]: <script> in response with src=/arval/a4j/g/3_3_2.SR1scripts/inplaceinputstyles.js.faces
          debug[20:41:58,220]: Such element exist in document
          debug[20:41:58,220]: <script> in response with src=/arval/a4j/g/3_3_2.SR1scripts/inplaceinput.js.faces
          debug[20:41:58,220]: Such element exist in document
          debug[20:41:58,220]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.SmartPositionScript.faces
          debug[20:41:58,236]: Such element exist in document
          debug[20:41:58,236]: <script> in response with src=/arval/a4j/g/3_3_2.SR1scripts/suggestionbox.js.faces
          debug[20:41:58,236]: Such element exist in document
          debug[20:41:58,236]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/script/controlUtils.js.faces
          debug[20:41:58,236]: Such element exist in document
          debug[20:41:58,236]: <script> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/skinning.js.faces
          debug[20:41:58,252]: Such element exist in document
          debug[20:41:58,252]: search for elements by name 'link' in element #document
          debug[20:41:58,252]: <link> in response with src=/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,252]: Such element exist in document
          debug[20:41:58,252]: <link> in response with src=/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,252]: Such element exist in document
          debug[20:41:58,252]: <link> in response with src=/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,267]: Such element exist in document
          debug[20:41:58,267]: <link> in response with src=/arval/a4j/s/3_3_2.SR1css/menucomponents.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,267]: Such element exist in document
          debug[20:41:58,267]: <link> in response with src=/arval/a4j/s/3_3_2.SR1css/table.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,267]: Such element exist in document
          debug[20:41:58,267]: <link> in response with src=/arval/a4j/s/3_3_2.SR1css/datascroller.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,267]: Such element exist in document
          debug[20:41:58,283]: <link> in response with src=/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,283]: Such element exist in document
          debug[20:41:58,283]: <link> in response with src=/arval/a4j/s/3_3_2.SR1css/spinner.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,283]: Such element exist in document
          debug[20:41:58,283]: <link> in response with src=/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/calendar.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,283]: Such element exist in document
          debug[20:41:58,283]: <link> in response with src=/arval/a4j/s/3_3_2.SR1css/inplaceinput.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,314]: Such element exist in document
          debug[20:41:58,314]: <link> in response with src=/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/suggestionbox.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces
          debug[20:41:58,314]: Such element exist in document
          debug[20:41:58,314]: <link> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/css/msg.css.faces
          debug[20:41:58,314]: Such element exist in document
          debug[20:41:58,330]: <link> in response with src=/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/css/msgs.css.faces
          debug[20:41:58,330]: Such element exist in document
          debug[20:41:58,330]: call selectSingleNode for id= org.ajax4jsf.queue_script
          debug[20:41:58,330]: Update page part from call parameter for ID searchItems:listControlPanel
          debug[20:41:58,330]: call selectSingleNode for id= searchItems:listControlPanel
          debug[20:41:58,330]: Replace content of node by outerHTML()
          debug[20:41:58,345]: search for elements by name 'script' in element span
          debug[20:41:58,345]: Scripts in updated part count : 0
          debug[20:41:58,345]: Update part of page for Id: searchItems:listControlPanel successful
          debug[20:41:58,345]: Update page part from call parameter for ID searchItems:filterOutputPanel
          debug[20:41:58,345]: call selectSingleNode for id= searchItems:filterOutputPanel
          debug[20:41:58,361]: Replace content of node by outerHTML()
          debug[20:41:58,361]: search for elements by name 'script' in element span
          debug[20:41:58,361]: Scripts in updated part count : 1
          debug[20:41:58,361]: Update part of page for Id: searchItems:filterOutputPanel successful
          debug[20:41:58,361]: Update page part from call parameter for ID salesPricepanel
          debug[20:41:58,361]: call selectSingleNode for id= salesPricepanel
          debug[20:41:58,408]: Replace content of node by outerHTML()
          debug[20:41:58,424]: search for elements by name 'script' in element span
          debug[20:41:58,439]: Scripts in updated part count : 5
          debug[20:41:58,439]: Update part of page for Id: salesPricepanel successful
          debug[20:41:58,439]: Update page part from call parameter for ID publishInList
          debug[20:41:58,439]: call selectSingleNode for id= publishInList
          debug[20:41:58,470]: Replace content of node by outerHTML()
          debug[20:41:58,486]: search for elements by name 'script' in element span
          debug[20:41:58,486]: Scripts in updated part count : 2
          debug[20:41:58,486]: Update part of page for Id: publishInList successful
          debug[20:41:58,486]: Update page part from call parameter for ID ID_fa131c9a1cda9e775d54657fbeb05fb8
          debug[20:41:58,486]: call selectSingleNode for id= ID_fa131c9a1cda9e775d54657fbeb05fb8
          debug[20:41:58,486]: Replace content of node by outerHTML()
          debug[20:41:58,502]: search for elements by name 'script' in element span
          debug[20:41:58,502]: Scripts in updated part count : 0
          debug[20:41:58,502]: Update part of page for Id: ID_fa131c9a1cda9e775d54657fbeb05fb8 successful
          debug[20:41:58,502]: Update page part from call parameter for ID MessagePanel
          debug[20:41:58,502]: call selectSingleNode for id= MessagePanel
          debug[20:41:58,502]: Replace content of node by outerHTML()
          debug[20:41:58,502]: search for elements by name 'script' in element span
          debug[20:41:58,502]: Scripts in updated part count : 0
          debug[20:41:58,502]: Update part of page for Id: MessagePanel successful
          debug[20:41:58,502]: Update page part from call parameter for ID infoMessages
          debug[20:41:58,517]: call selectSingleNode for id= infoMessages
          debug[20:41:58,517]: Replace content of node by outerHTML()
          debug[20:41:58,517]: search for elements by name 'script' in element dl
          debug[20:41:58,517]: Scripts in updated part count : 0
          debug[20:41:58,517]: Update part of page for Id: infoMessages successful
          debug[20:41:58,517]: Update page part from call parameter for ID ID_11b218a696a668f7b8516bac6f9be141
          debug[20:41:58,517]: call selectSingleNode for id= ID_11b218a696a668f7b8516bac6f9be141
          debug[20:41:58,533]: Replace content of node by outerHTML()
          debug[20:41:58,533]: search for elements by name 'script' in element span
          debug[20:41:58,533]: Scripts in updated part count : 1
          debug[20:41:58,533]: Update part of page for Id: ID_11b218a696a668f7b8516bac6f9be141 successful
          debug[20:41:58,533]: call selectSingleNode for id= ajax-view-state
          debug[20:41:58,549]: Hidden JSF state fields:
          debug[20:41:58,549]: Namespace for hidden view-state input fields is undefined
          debug[20:41:58,549]: search for elements by name 'input' in element span
          debug[20:41:58,549]: Replace value for inputs: 87 by new values: 1
          debug[20:41:58,549]: Input in response: javax.faces.ViewState
          debug[20:41:58,549]: Found same input on page with type: hidden
          debug[20:41:58,564]: Found same input on page with type: hidden
          debug[20:41:58,564]: Found same input on page with type: hidden
          debug[20:41:58,580]: Found same input on page with type: hidden
          debug[20:41:58,580]: Found same input on page with type: hidden
          debug[20:41:58,580]: Found same input on page with type: hidden
          debug[20:41:58,611]: search for elements by name 'INPUT' in element span
          debug[20:41:58,611]: Replace value for inputs: 87 by new values: 0
          debug[20:41:58,611]: call selectSingleNode for id= _A4J.AJAX.focus
          debug[20:41:58,611]: No focus information in response
          debug[20:41:58,627]: Evaluate script replaced area in document: //
          new ToolTip("searchItems:ID_69e2a76605a6f92abbc61ebae97b677","searchItems:graphic2",{'followMouse':true,'direction':'top\x2Dright','showEvent':'mouseover'} );
          //
          debug[20:41:58,658]: Script evaluation succeeded
          debug[20:41:58,658]: Evaluate script replaced area in document: //
          new Richfaces.Spinner(
           "myformVat:spinner1",{'min':'\x2D100'} );
          //
          debug[20:41:58,674]: Script evaluation succeeded
          debug[20:41:58,674]: Evaluate script replaced area in document: //
          new Richfaces.Spinner(
           "myformVat:spinner3",{'min':'\x2D100000','delta':'50','max':'100000'} );
          //
          debug[20:41:58,705]: Script evaluation succeeded
          debug[20:41:58,705]: Evaluate script replaced area in document: //
          new Richfaces.Spinner(
           "myformVat:spinner2",{'delta':'50','max':'500'} );
          //
          debug[20:41:58,721]: Script evaluation succeeded
          debug[20:41:58,736]: Evaluate script replaced area in document: //
          new ModalPanel('salespanel', {
           width: 500,
           height: 215,
           minWidth: 350,
           minHeight: 150,
           resizeable: true,
           moveable: true,
           left: "auto",
           top: "auto",
           zindex: 100,onresize: '',onmove: '',onshow: '',onhide: function(event){showDdbs();},onbeforeshow: '',onbeforehide: '',
           domElementAttachment: "",
           keepVisualState: false,
           showWhenRendered: false,
           selectBehavior: "disable",
           autosized: false,
           overlapEmbedObjects: false});//
          debug[20:41:58,814]: Script evaluation succeeded
          debug[20:41:58,814]: Evaluate script replaced area in document:
          error[20:41:58,814]: . Error message: Invalid argument.
          debug[20:41:58,814]: Evaluate script replaced area in document: //
          new ModalPanel('confirmPublication', {
           width: 500,
           height: 380,
           minWidth: 300,
           minHeight: 250,
           resizeable: true,
           moveable: true,
           left: "auto",
           top: "auto",
           zindex: 100,onresize: '',onmove: '',onshow: '',onhide: function(event){showDdbs();},onbeforeshow: '',onbeforehide: '',
           domElementAttachment: "",
           keepVisualState: false,
           showWhenRendered: false,
           selectBehavior: "disable",
           autosized: false,
           overlapEmbedObjects: false});//
          debug[20:41:58,924]: Script evaluation succeeded
          debug[20:41:58,939]: Evaluate script replaced area in document:
          error[20:41:58,939]: . Error message: Invalid argument.
          debug[20:41:58,939]: Evaluate script replaced area in document: //
           function removeWaitDiv(){
           //while (document.readyState != 'complete');
           var waitEle = parent.document.getElementById('waitText');
           if(waitEle!=null && waitEle!=''){
           waitEle.style.visibility='hidden';
           waitEle.style.height='0px'; }
           } function addWaitDiv(){
           //while (document.readyState != 'complete');
           var waitEle1 = parent.document.getElementById('waitText');
           if(waitEle1!=null && waitEle1!=''){
           waitEle1.style.height=readCookie('viewPortHeight') + 'px';
           waitEle1.style.visibility='visible';
           } }
           if (document.getElementById('infoMessages') && document.getElementById('infoMessages').childNodes[0] && document.getElementById('infoMessages').childNodes[0].childNodes[0] && document.getElementById('infoMessages').childNodes[0].childNodes[0].childNodes[0])
           { scrollToTop(); }
           if (document.layers) {
           document.captureEvents(ONDBLCLICK); }
           document.ondblclick=scrollToTop;
           positionWidthDiv(); positionPage();
           removeWaitDiv();
           //window.alert('result: ' + getIdForStore('InboxForm:inboxList:402852b524c8aa170124c8bf58d4001c:ID_a2c1ab42b88593bd63f0e430bac897be'));
           // window.alert('result: ' + getIdForStore('InboxForm:inboxList:2:ID_a2c1ab42b88593bd63f0e430bac897be'));
           //
          debug[20:41:58,986]: Script evaluation succeeded
          debug[20:41:58,986]: call selectSingleNode for id= org.ajax4jsf.oncomplete
          debug[20:41:58,986]: Call local oncomplete function after processing updates
          debug[20:41:59,189]: call selectSingleNode for id= _ajax:data
          debug[20:42:01,440]: Have Event [object Object] with properties: target: [object], srcElement: [object], type: mouseover
          debug[20:42:01,440]: Query preparation for form 'searchItems' requested
          debug[20:42:01,440]: Append hidden control searchItems with value [searchItems] and value attribute [searchItems]
          debug[20:42:01,456]: Append hidden control searchItems:ID_f5f757447ea281eb027fec0c0d6e5f9 with value [] and value attribute []
          debug[20:42:01,456]: Append hidden control searchItems:tokenId with value [] and value attribute []
          debug[20:42:01,456]: Append select-one control searchItems:searchFilter with value [br7] and value attribute [br7]
          debug[20:42:01,471]: Append hidden control searchItems:itemList:checkBoxSelectionCountHidden with value [0] and value attribute [0]
          debug[20:42:01,471]: Append text control searchItems:itemList:ff808081233076920123319af49b0003:startPrice with value [] and value attribute []
          debug[20:42:01,471]: Append text control searchItems:itemList:ff808081233076920123319af49b0003:localBNP with value [] and value attribute []
          debug[20:42:01,487]: Append text control searchItems:itemList:ff8080812337733b0123379ced0d0079:startPrice with value [] and value attribute []
          debug[20:42:01,487]: Append text control searchItems:itemList:ff8080812337733b0123379ced0d0079:localBNP with value [] and value attribute []
          debug[20:42:01,487]: Append text control searchItems:itemList:ff8080812337733b012337aa9b020122:startPrice with value [] and value attribute []
          debug[20:42:01,502]: Append text control searchItems:itemList:ff8080812337733b012337aa9b020122:localBNP with value [] and value attribute []
          debug[20:42:01,502]: Append text control searchItems:itemList:ff8080812337733b012337cf1dd60006:startPrice with value [] and value attribute []
          debug[20:42:01,518]: Append text control searchItems:itemList:ff8080812337733b012337cf1dd60006:localBNP with value [] and value attribute []
          debug[20:42:01,518]: Append text control searchItems:itemList:ff808081233bf07401233bf6d7f2000e:startPrice with value [] and value attribute []
          debug[20:42:01,549]: Append text control searchItems:itemList:ff808081233bf07401233bf6d7f2000e:localBNP with value [] and value attribute []
          debug[20:42:01,549]: Append text control searchItems:itemList:ff808081233bf07401233bfc31f3001a:startPrice with value [] and value attribute []
          debug[20:42:01,549]: Append text control searchItems:itemList:ff808081233bf07401233bfc31f3001a:localBNP with value [] and value attribute []
          debug[20:42:01,549]: Append text control searchItems:itemList:ff808081234c77cb01234c87946e0002:startPrice with value [] and value attribute []
          debug[20:42:01,549]: Append text control searchItems:itemList:ff808081234c77cb01234c87946e0002:localBNP with value [] and value attribute []
          debug[20:42:01,565]: Append text control searchItems:itemList:ff808081234f5c3401235025053100b8:startPrice with value [] and value attribute []
          debug[20:42:01,565]: Append text control searchItems:itemList:ff808081234f5c3401235025053100b8:localBNP with value [] and value attribute []
          debug[20:42:01,565]: Append text control searchItems:itemList:ff80808123508aa7012350dc664f0097:startPrice with value [] and value attribute []
          debug[20:42:01,565]: Append text control searchItems:itemList:ff80808123508aa7012350dc664f0097:localBNP with value [] and value attribute []
          debug[20:42:01,565]: Append text control searchItems:itemList:ff808081236e451401236f3fc30c0002:startPrice with value [] and value attribute []
          debug[20:42:01,565]: Append text control searchItems:itemList:ff808081236e451401236f3fc30c0002:localBNP with value [] and value attribute []
          debug[20:42:01,581]: Append text control searchItems:itemList:ff808081236e451401236f40f09f0006:startPrice with value [] and value attribute []
          debug[20:42:01,581]: Append text control searchItems:itemList:ff808081236e451401236f40f09f0006:localBNP with value [] and value attribute []
          debug[20:42:01,581]: Append text control searchItems:itemList:402875cd23c68eb40123c6b5135301ba:startPrice with value [] and value attribute []
          debug[20:42:01,581]: Append text control searchItems:itemList:402875cd23c68eb40123c6b5135301ba:localBNP with value [] and value attribute []
          debug[20:42:01,581]: Append hidden control javax.faces.ViewState with value [j_id5] and value attribute [j_id5]
          debug[20:42:01,581]: parameter searchItems:itemList:ff808081233076920123319af49b0003:ID_70b9f8a1a985efee5f58644e86e3d2 with value searchItems:itemList:ff808081233076920123319af49b0003:ID_70b9f8a1a985efee5f58644e86e3d2
          debug[20:42:01,581]: parameter ajaxSingle with value searchItems:itemList:ff808081233076920123319af49b0003:ID_70b9f8a1a985efee5f58644e86e3d2
          debug[20:42:01,581]: Look up queue with default name
          debug[20:42:01,596]: NEW AJAX REQUEST !!! with form: searchItems
          debug[20:42:01,596]: Start XmlHttpRequest
          debug[20:42:01,596]: Request state : 1
          debug[20:42:01,596]: QueryString: AJAXREQUEST=_viewRoot&searchItems=searchItems&searchItems%3AID_f5f757447ea281eb027fec0c0d6e5f9=&searchItems%3AtokenId=&searchItems%3AsearchFilter=br7&searchItems%3AitemList%3AcheckBoxSelectionCountHidden=0&searchItems%3AitemList%3Aff808081233076920123319af49b0003%3AstartPrice=&searchItems%3AitemList%3Aff808081233076920123319af49b0003%3AlocalBNP=&searchItems%3AitemList%3Aff8080812337733b0123379ced0d0079%3AstartPrice=&searchItems%3AitemList%3Aff8080812337733b0123379ced0d0079%3AlocalBNP=&searchItems%3AitemList%3Aff8080812337733b012337aa9b020122%3AstartPrice=&searchItems%3AitemList%3Aff8080812337733b012337aa9b020122%3AlocalBNP=&searchItems%3AitemList%3Aff8080812337733b012337cf1dd60006%3AstartPrice=&searchItems%3AitemList%3Aff8080812337733b012337cf1dd60006%3AlocalBNP=&searchItems%3AitemList%3Aff808081233bf07401233bf6d7f2000e%3AstartPrice=&searchItems%3AitemList%3Aff808081233bf07401233bf6d7f2000e%3AlocalBNP=&searchItems%3AitemList%3Aff808081233bf07401233bfc31f3001a%3AstartPrice=&searchItems%3AitemList%3Aff808081233bf07401233bfc31f3001a%3AlocalBNP=&searchItems%3AitemList%3Aff808081234c77cb01234c87946e0002%3AstartPrice=&searchItems%3AitemList%3Aff808081234c77cb01234c87946e0002%3AlocalBNP=&searchItems%3AitemList%3Aff808081234f5c3401235025053100b8%3AstartPrice=&searchItems%3AitemList%3Aff808081234f5c3401235025053100b8%3AlocalBNP=&searchItems%3AitemList%3Aff80808123508aa7012350dc664f0097%3AstartPrice=&searchItems%3AitemList%3Aff80808123508aa7012350dc664f0097%3AlocalBNP=&searchItems%3AitemList%3Aff808081236e451401236f3fc30c0002%3AstartPrice=&searchItems%3AitemList%3Aff808081236e451401236f3fc30c0002%3AlocalBNP=&searchItems%3AitemList%3Aff808081236e451401236f40f09f0006%3AstartPrice=&searchItems%3AitemList%3Aff808081236e451401236f40f09f0006%3AlocalBNP=&searchItems%3AitemList%3A402875cd23c68eb40123c6b5135301ba%3AstartPrice=&searchItems%3AitemList%3A402875cd23c68eb40123c6b5135301ba%3AlocalBNP=&javax.faces.ViewState=j_id5&searchItems_link_hidden_=searchItems%3AitemList%3Aff808081233076920123319af49b0003%3AID_70b9f8a1a985efee5f58644e86e3d2&searchItems%3AitemList%3Aff808081233076920123319af49b0003%3AID_70b9f8a1a985efee5f58644e86e3d2=searchItems%3AitemList%3Aff808081233076920123319af49b0003%3AID_70b9f8a1a985efee5f58644e86e3d2&ajaxSingle=searchItems%3AitemList%3Aff808081233076920123319af49b0003%3AID_70b9f8a1a985efee5f58644e86e3d2&
          debug[20:42:02,299]: Request state : 2
          debug[20:42:02,299]: Request state : 3
          debug[20:42:02,299]: Request state : 4
          debug[20:42:02,299]: Request end with state 4
          debug[20:42:02,315]: Response with content-type: text/xml;charset=UTF-8
          debug[20:42:02,331]: Full response content: <?xml version="1.0"?>
          <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/utils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tooltip.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1scripts/menu.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-dom.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/context-menu.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/available.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery.utils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/ajax4jsf/javascript/scripts/form.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/form.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/menu.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/menucomponents.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><link class="component" href="/arval/a4j/s/3_3_2.SR1css/table.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/datascroller.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/datascroller.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/browser_info.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanelBorders.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1script/SpinnerScript.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/spinner.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/events.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/scriptaculous/effects.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/JQuerySpinBtn.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/calendar.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/calendar.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1scripts/comboboxUtils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/utils.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/inplaceinputstyles.js.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/inplaceinput.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1css/inplaceinput.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.SmartPositionScript.faces" type="text/javascript">
          </script><script src="/arval/a4j/g/3_3_2.SR1scripts/suggestionbox.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/suggestionbox.xcss/DATB/eAELXT5DOhSIAQ!sA18_.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/script/controlUtils.js.faces" type="text/javascript">
          </script><link class="component" href="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/css/msg.css.faces" rel="stylesheet" type="text/css" /><link class="component" href="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/css/msgs.css.faces" rel="stylesheet" type="text/css" /><script src="/arval/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/skinning.js.faces" type="text/javascript">
          </script></head><body><span id="searchItems:listControlPanel"><span id="searchItems:ID_70cebd2f68ba39727c2bf3bad0b25957" class="jsfPanelGroup"><input class="ajaxCommandIcon" id="searchItems:ID_1d686931a76213472345f781ed747b89" name="searchItems:ID_1d686931a76213472345f781ed747b89" onclick="showWait();;A4J.AJAX.Submit('searchItems',event,{'parameters':{'ajaxSingle':'searchItems:ID_1d686931a76213472345f781ed747b89','searchItems:ID_1d686931a76213472345f781ed747b89':'searchItems:ID_1d686931a76213472345f781ed747b89'} ,'oncomplete':function(request,event,data){hideWait()},'similarityGroupingId':'searchItems:ID_1d686931a76213472345f781ed747b89'} );return false;" title="Select a List" type="image" src="/arval/images/arval/icons/icon_select.gif" /></span></span><span id="searchItems:filterOutputPanel" class="ajaxOutputPanel"><a class="ajaxCommandLink" href="#" id="searchItems:displayFilterLink" name="searchItems:displayFilterLink" onclick="showWait();;A4J.AJAX.Submit('searchItems',event,{'parameters':{'searchItems:displayFilterLink':'searchItems:displayFilterLink'} ,'oncomplete':function(request,event,data){hideWait()},'similarityGroupingId':'searchItems:displayFilterLink'} );return false;">Display Current Filter</a><img alt="" class="rich-spacer richSpacer" height="1" id="searchItems:ID_9c87a522ab49b8817f94c1a6dece14" src="/arval/a4j/g/3_3_2.SR1images/spacer.gif.faces" width="1" /><span class="rich-tool-tip richHelpToolTip" id="searchItems:ID_69e2a76605a6f92abbc61ebae97b677" style="z-index:99;"><span id="searchItems:ID_69e2a76605a6f92abbc61ebae97b677content"><table id="searchItems:ID_e28ba080fc2db1ab2593d717bf5b5a49" class="jsfPanelGridHelpInfo" width="280px"><thead><tr><th class="jsfPanelGridHelpInfoHeader" colspan="1" scope="colgroup"><span id="searchItems:ID_9595b892f07a275260c01c4caeba9683" class="jsfOutputText">User Guide</span></th></tr></thead><tbody><tr class="jsfPanelGridHelpInfoRow1"><td class="jsfPanelGridHelpInfoCol1"><span id="searchItems:ID_652b2276f712913ffa4e8bb9ef81ee8" class="jsfOutputHelp">Select a filter in the drop-down list to restrict the result set in the table below. The link allows you to verify the criteria of the filter currently applied.</span></td></tr></tbody></table></span> <span id="searchItems:ID_69e2a76605a6f92abbc61ebae97b677script" style="display:none"><script type="text/javascript" id="scriptsearchItems:ID_69e2a76605a6f92abbc61ebae97b677">//<![CDATA[
          new ToolTip("searchItems:ID_69e2a76605a6f92abbc61ebae97b677","searchItems:graphic2",{'followMouse':true,'direction':'top\x2Dright','showEvent':'mouseover'} );
          //]]>
          </script></span></span><img id="searchItems:graphic2" src="/arval/images/arval/icons/icon_help.gif" class="jsfGraphicImage" /></span><span id="salesPricepanel" class="ajaxOutputPanel"><div id="salespanel" style="display: none;"><input autocomplete="off" id="salespanelOpenedState" name="salespanelOpenedState" type="hidden" /><div class="rich-modalpanel richModalPanel" id="salespanelContainer" style="position: absolute; display: none; z-index: 100; background-color: inherit;"><div class="rich-mpnl-mask-div-opaque rich-mpnl-mask-div" id="salespanelDiv" style="z-index: -1;"><button class="rich-mpnl-button" id="salespanelFirstHref"></button></div><div class="rich-mpnl-panel"><div class="rich-mp-container" id="salespanelCDiv" style="position: absolute; left: 0px; top: 0px; z-index: 9;"><div class="rich-mpnl-shadow" id="salespanelShadowDiv"></div><div class="rich-mpnl-ovf-hd rich-mpnl-trim rich-mpnl-content" id="salespanelContentDiv"><table border="0" cellpadding="0" cellspacing="0" class="rich-mp-content-table" id="salespanelContentTable" style="height: 100%; width: 100%;"><tbody><tr style="height: 1%;"><td class="rich-mpnl-header-cell"><div class="rich-mpnl-text rich-mpnl-header richModalPanelHeader" id="salespanelHeader" style="white-space: nowrap;"><label id="paneltext" style="style" class="jsfOutputLabel">Price Calculation Parameters</label></div></td></tr><tr style="height: 99%"><td class="rich-mpnl-body" valign="top"><form id="myformVat" name="myformVat" method="post" action="/arval/jsf/arval/sales/SearchItemsToPublish.faces" class="jsfForm" enctype="application/x-www-form-urlencoded"><input type="hidden" name="myformVat" value="myformVat" /> <table id="myformVat:priceGrid" class="jsfP


          • 2. Re: Tool Tip Issue in 3.3.2

            Some updates after we tried out some things locally. Tool tip comes properly with mode = ajax ONLY when ajax single = false.
            Can you please let me know whether this gives some pointers for the issue when ajax single is not mentioned or its true?
            Thanks a lot for the help

            <a:richToolTip
            rendered="#{manageSLItemsBean.refPriceMapOthers[item.objectId]!=null}"
            followMouse="true" for="refpricetooltip" attachTo="true"
            direction="top-right" styleClass="tooltip" style="width:180px" mode="ajax" ajaxSingle="false">
            <a:richDataTableToolTip
            value="#{manageSLItemsBean.refPriceMapOthers[item.objectId]}"
            var="refPriceMapOthers">
            <a:richColumn>
            <h:outputText value="#{text[refPriceMapOthers.code]}" />
            </a:richColumn>
            <a:richColumn>
            <h:outputText value="#{refPriceMapOthers.value}">
            <f:converter converterId="VatConverter" />
            <f:param name="VatDeductible" value="#{item.vatDeductible}" />
            </h:outputText>
            </a:richColumn>
            </a:richDataTableToolTip>
            </a:richToolTip>