2 Replies Latest reply on Jan 19, 2011 4:36 AM by larry3k

    rich:tree and reRender problem

    larry3k

      Hello everybody,

       

      I have the following code:

       

      <rich:modalPanel id="editCategory" >

          <h:form>

              <div class="categoryForArticle">

                  <a4j:outputPanel id="choosedCategoryPanel">

                      <h:outputFormat value="#{msg.text_test}" escape="false">

                          <f:param value="#{handler.wikiArticleCategory}"/>

                      </h:outputFormat>

                  </a4j:outputPanel>

              </div>

              <a4j:outputPanel id="categoryTreeContainer">

                  <rich:tree switchType="client"

                      value="#{handler.wikiCategories}" var="category">

                      <rich:treeNode>

                          <h:outputLabel value="#{category.wikiCategoryName}" style="font-weight: bold;" rendered="#{handler.cat == category.id}">

                              <a4j:support event="onclick" actionListener="#{handler.catchCategoryIdForArticle}"

                                  reRender="choosedCategoryPanel, categoryTreeContainer" >

                                  <f:param value="#{category.id}" name="categoryIdForArticle" />

                              </a4j:support>

                          </h:outputLabel>

                          <h:outputLabel value="#{category.wikiCategoryName}" rendered="#{handler.cat != category.id}" >

                              <a4j:support event="onclick" actionListener="#{handler.catchCategoryIdForArticle}"

                                  reRender="choosedCategoryPanel, categoryTreeContainer" >

                                  <f:param value="#{category.id}" name="categoryIdForArticle" />

                              </a4j:support>

                          </h:outputLabel>

                      </rich:treeNode>           

                  </rich:tree>

              </a4j:outputPanel>      

          </h:form>

      </rich:modalPanel>

       

      So I have a tree in a modal panel and I want to rerender it each time the user chooses a different item. The item should be displayed at the top and also be displayed in bold in my tree. The following code works perfectly in all browsers except Safari and Chrome. When I try to rerender the content everything disappears. I have also tried to rerender some content in the modal panel before it's displayed (choosedCategoryPanel) and in Safari and Chrome the modal panel appears empty when I do that (no text at all). Does anybody know where the problem is?

       

      Thanks

        • 1. rich:tree and reRender problem
          ilya_shaikovsky

          1) add layout="block" to your outputPanels

          2) try to check a4j:log information.

          • 2. rich:tree and reRender problem
            larry3k

            I added layout="block"but nothing changed.

            I have tried to analize the logs from Firefox and Safari but I'm not getting very far with that either.

            Here are the logs:

             

            Firefox:

             

            debug[10:29:31,350]: Have Event [object Object] with properties: target: [object HTMLLabelElement], srcElement: undefined, type: click

            debug[10:29:31,350]: Query preparation for form 'j_id351' requested

            debug[10:29:31,350]: Append hidden control j_id351 with value [j_id351] and value attribute [j_id351]

            debug[10:29:31,351]: Append hidden control j_id351:catTree:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:29:31,351]: Append hidden control j_id351:catTree:0:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:29:31,351]: Append hidden control j_id351:catTree:0:0:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:29:31,351]: Append hidden control j_id351:catTree:0:0:1::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:29:31,352]: Append hidden control j_id351:catTree:0:0:1:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:29:31,352]: Append hidden control j_id351:catTree:0:0:1:0:0::treenodeItemNodeExpanded with value [false] and value attribute [false]

            debug[10:29:31,352]: Append hidden control j_id351:catTree:0:1::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:29:31,352]: Append hidden control j_id351:catTree:input with value [j_id351:catTree:0:0:1:0:0::treenodeItem] and value attribute [j_id351:catTree:0:0:1:0:0::treenodeItem]

            debug[10:29:31,352]: Append hidden control javax.faces.ViewState with value [j_id5] and value attribute [j_id5]

            debug[10:29:31,352]: parameter categoryIdForArticle with value 1850

            debug[10:29:31,353]: parameter j_id351:catTree:0:0:1:0:0::j_id364 with value j_id351:catTree:0:0:1:0:0::j_id364

            debug[10:29:31,353]: Look up queue with default name

            debug[10:29:31,353]: NEW AJAX REQUEST !!! with form: j_id351

            debug[10:29:31,353]: Start XmlHttpRequest

            debug[10:29:31,353]: Request state : 1

            debug[10:29:31,354]: QueryString: AJAXREQUEST=_viewRoot&j_id351=j_id351&j_id351%3AcatTree%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A1%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3AtreenodeItemNodeExpanded=false&j_id351%3AcatTree%3A0%3A1%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3Ainput=j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3AtreenodeItem&javax.faces.ViewState=j_id5&categoryIdForArticle=1850&j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3Aj_id364=j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3Aj_id364&

            debug[10:29:31,355]: Request state : 1

            debug[10:29:31,472]: Request state : 2

            debug[10:29:31,473]: Request state : 3

            debug[10:29:31,474]: Request state : 3

            debug[10:29:31,478]: Request state : 3

            debug[10:29:31,478]: Request state : 3

            debug[10:29:31,479]: Request state : 3

            debug[10:29:31,480]: Request state : 3

            debug[10:29:31,480]: Request state : 3

            debug[10:29:31,485]: Request state : 3

            debug[10:29:31,486]: Request state : 3

            debug[10:29:31,487]: Request state : 3

            debug[10:29:31,487]: Request state : 3

            debug[10:29:31,488]: Request state : 3

            debug[10:29:31,488]: Request state : 4

            debug[10:29:31,488]: Request end with state 4

            debug[10:29:31,488]: Response  with content-type: text/xml;charset=UTF-8

            debug[10:29:31,489]: Full response content: <html xmlns="http://www.w3.org/1999/xhtml"><head><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/utils.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/browser_info.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanelBorders.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1css/table.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-dom.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/FileUpload.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/swfobject.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/progressBar.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/ajax4jsf/javascript/scripts/form.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/progressBar.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1scripts/ShuttleUtils.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/SelectItem.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/PickListSI.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/LayoutManager.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/Control.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/ListBase.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/OrderingList.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/ListShuttle.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/PickList.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1css/picklist.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/datascroller.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1css/datascroller.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery.utils.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-mini.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.DnDScript.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-common.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/form.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/events.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-selection.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item-dnd.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/drag-indicator.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/dragIndicator.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1css/tree.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1scripts/menu.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/context-menu.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/available.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/menu.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1css/menucomponents.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/skinning.js.html" type="text/javascript"></script></head><body><div id="j_id351:choosedCategoryPanel"><span style="color:#E5673A;font-family:Arial" class="title2">You have selected <span style="font-weight:bold">test4</span> category.</span></div><div id="j_id351:categoryTreeContainer"><div xmlns:rich="http://richfaces.ajax4jsf.org/rich" class="rich-tree fullspace" id="j_id351:catTree"><div id="j_id351:catTree:childs"><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0::treenodeItem"><tbody><tr id="j_id351:catTree:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0::treenodeItemNodeExpanded" name="j_id351:catTree:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0::treenodeItem','j_id351:catTree:0::treenodeItem':'j_id351:catTree:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id364','parameters':{'categoryIdForArticle':1,'j_id351:catTree:0::j_id364':'j_id351:catTree:0::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )">Social Media Test Level</label><div id="j_id351:catTree:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0::j_id367','parameters':{'newCategoryParentId':1,'j_id351:catTree:0::j_id367':'j_id351:catTree:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0::treenodeItem:childs" class="rich-tree-node-children"><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-node" id="j_id351:catTree:0:0::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0:0::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0:0::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0:0::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0::treenodeItem','j_id351:catTree:0:0::treenodeItem':'j_id351:catTree:0:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1452,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0::j_id364','parameters':{'j_id351:catTree:0:0::j_id364':'j_id351:catTree:0:0::j_id364','categoryIdForArticle':1452} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )">ACF_Info</label><div id="j_id351:catTree:0:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0::j_id367','parameters':{'newCategoryParentId':1452,'j_id351:catTree:0:0::j_id367':'j_id351:catTree:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0::treenodeItem:childs" class="rich-tree-node-children rich-tree-h-ic-line"><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-node" id="j_id351:catTree:0:0:0::treenodeItem:handles"><div><img alt="" class="rich-tree-h-ic-img" id="j_id351:catTree:0:0:0::treenodeItem:handle:img" src="/a4j/g/3_3_2.SR1images/spacer.gif.html" /><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon-leaf rich-tree-h-ic-line-clp" id="j_id351:catTree:0:0:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:0::treenodeItem','j_id351:catTree:0:0:0::treenodeItem':'j_id351:catTree:0:0:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a href="#" id="j_id351:catTree:0:0:0::j_id359" name="j_id351:catTree:0:0:0::j_id359" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id359','parameters':{'j_id351:catTree:0:0:0::j_id359':'j_id351:catTree:0:0:0::j_id359','categoryIdForArticle':1836} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id364','parameters':{'categoryIdForArticle':1836,'j_id351:catTree:0:0:0::j_id364':'j_id351:catTree:0:0:0::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )">test2</label><div id="j_id351:catTree:0:0:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:0::j_id367','parameters':{'newCategoryParentId':1836,'j_id351:catTree:0:0:0::j_id367':'j_id351:catTree:0:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:0::treenodeItem:childs" style="display: none;" class="rich-tree-node-children rich-tree-h-ic-line"></div><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:1::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:1::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:0:1::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0:0:1::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0:0:1::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0:0:1::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:1::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:1::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0:0:1::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:1::treenodeItem','j_id351:catTree:0:0:1::treenodeItem':'j_id351:catTree:0:0:1::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1833,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:1::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:1::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:1::j_id364','parameters':{'categoryIdForArticle':1833,'j_id351:catTree:0:0:1::j_id364':'j_id351:catTree:0:0:1::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )">test ralu</label><div id="j_id351:catTree:0:0:1::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1::j_id367','parameters':{'newCategoryParentId':1833,'j_id351:catTree:0:0:1::j_id367':'j_id351:catTree:0:0:1::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:1::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:1::treenodeItem:childs" class="rich-tree-node-children"><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:1:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:1:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:0:1:0::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0:0:1:0::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0:0:1:0::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0:0:1:0::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:1:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:1:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0:0:1:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:1:0::treenodeItem','j_id351:catTree:0:0:1:0::treenodeItem':'j_id351:catTree:0:0:1:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1849,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:1:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:1:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:1:0::j_id364','parameters':{'categoryIdForArticle':1849,'j_id351:catTree:0:0:1:0::j_id364':'j_id351:catTree:0:0:1:0::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )">test3</label><div id="j_id351:catTree:0:0:1:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1:0::j_id367','parameters':{'newCategoryParentId':1849,'j_id351:catTree:0:0:1:0::j_id367':'j_id351:catTree:0:0:1:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:1:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:1:0::treenodeItem:childs" class="rich-tree-node-children"><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:1:0:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:1:0:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:0:1:0:0::treenodeItem:handles"><div><img alt="" class="rich-tree-h-ic-img" id="j_id351:catTree:0:0:1:0:0::treenodeItem:handle:img" src="/a4j/g/3_3_2.SR1images/spacer.gif.html" /><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:1:0:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:1:0:0::treenodeItemNodeExpanded" type="hidden" value="false" /></div></td><td class="rich-tree-node-icon-leaf rich-tree-h-ic-line-clp" id="j_id351:catTree:0:0:1:0:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:1:0:0::treenodeItem','j_id351:catTree:0:0:1:0:0::treenodeItem':'j_id351:catTree:0:0:1:0:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a href="#" id="j_id351:catTree:0:0:0::j_id359" name="j_id351:catTree:0:0:0::j_id359" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id359','parameters':{'j_id351:catTree:0:0:0::j_id359':'j_id351:catTree:0:0:0::j_id359','categoryIdForArticle':1850} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:1:0:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:1:0:0::catCommand" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:1:0:0::j_id362','parameters':{'categoryIdForArticle':1850,'j_id351:catTree:0:0:1:0:0::j_id362':'j_id351:catTree:0:0:1:0:0::j_id362'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )" style="font-weight: bold;">test4</label><div id="j_id351:catTree:0:0:1:0:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1:0:0::j_id367','parameters':{'newCategoryParentId':1850,'j_id351:catTree:0:0:1:0:0::j_id367':'j_id351:catTree:0:0:1:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1:0:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:1:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:1:0:0::treenodeItem:childs" style="display: none;" class="rich-tree-node-children"></div></div></div></div><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:1::treenodeItem"><tbody><tr id="j_id351:catTree:0:1::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:1::treenodeItem:handles"><div><img alt="" class="rich-tree-h-ic-img" id="j_id351:catTree:0:1::treenodeItem:handle:img" src="/a4j/g/3_3_2.SR1images/spacer.gif.html" /><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:1::treenodeItemNodeExpanded" name="j_id351:catTree:0:1::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon-leaf rich-tree-h-ic-line-clp" id="j_id351:catTree:0:1::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:1::treenodeItem','j_id351:catTree:0:1::treenodeItem':'j_id351:catTree:0:1::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a href="#" id="j_id351:catTree:0:0:0::j_id359" name="j_id351:catTree:0:0:0::j_id359" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id359','parameters':{'j_id351:catTree:0:0:0::j_id359':'j_id351:catTree:0:0:0::j_id359','categoryIdForArticle':1536} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:1::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:1::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:1::j_id364','parameters':{'categoryIdForArticle':1536,'j_id351:catTree:0:1::j_id364':'j_id351:catTree:0:1::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )">Cat2</label><div id="j_id351:catTree:0:1::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:1::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:1::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:1::j_id367','parameters':{'newCategoryParentId':1536,'j_id351:catTree:0:1::j_id367':'j_id351:catTree:0:1::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:1::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:1::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:1::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:1::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:1::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:1::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:1::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:1::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:1::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:1::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:1::treenodeItem:childs" style="display: none;" class="rich-tree-node-children"></div></div></div><input type="hidden" id="j_id351:catTree:input" autocomplete="off" name="j_id351:catTree:input" value="j_id351:catTree:0:0:1:0:0::treenodeItem" /><script type="text/javascript">(function() {               var tree = new Tree("j_id351:catTree", "j_id351:catTree:input", "client",                    {                         onselect: "",                          onexpand: "",                          oncollapse: "",                         oncontextmenu: ""                     },                    function(event) {                         var params = {'j_id351:catTree:selectedNode':event.selectedNode} ;if (!params.ajaxSingle &amp;&amp; event.ajaxSingle) {params.ajaxSingle = event.ajaxSingle;}A4J.AJAX.Submit('j_id351',event,{'oncomplete':event.oncomplete,'similarityGroupingId':'j_id351:catTree','parameters':params,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} ); return false;                    },                    {'showConnectingLines':true}                );               tree.drop = function(event,drag){var options = {'similarityGroupingId':'j_id351:catTree','parameters':{'j_id351:catTree':'j_id351:catTree'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} ;options.parameters['dropTargetId'] = 'j_id351:catTree';Object.extend(options.parameters, drag.getParameters());var dzOptions = this.getDropzoneOptions(); if (dzOptions.ondrop) { if (!dzOptions.ondrop.call(this, event)) return; };A4J.AJAX.Submit('j_id351',event,options);};          }());</script><div id="j_id351:catTree:script" class="rich-tree-h"><script type="text/javascript"></script></div></div></div><meta name="Ajax-Update-Ids" content="j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer" /><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[10:29:31,489]: Header Ajax-Expired not found, search in <meta>

            debug[10:29:31,489]: search for elements by name 'meta'  in element #document

            debug[10:29:31,490]: Find <meta name='Ajax-Update-Ids' content='j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer'>

            debug[10:29:31,490]: Find <meta name='Ajax-Response' content='true'>

            debug[10:29:31,490]: Header Ajax-Update-Ids not found, search in <meta>

            debug[10:29:31,490]: search for elements by name 'meta'  in element #document

            debug[10:29:31,490]: Find <meta name='Ajax-Update-Ids' content='j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer'>

            debug[10:29:31,490]: Update page by list of rendered areas from response j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer

            debug[10:29:31,491]: search for elements by name 'script'  in element #document

            debug[10:29:31,491]: <script> in response with src=/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.html

            debug[10:29:31,491]: Such element exist in document

            debug[10:29:31,491]: <script> in response with src=/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.html

            debug[10:29:31,492]: Such element exist in document

            debug[10:29:31,492]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/utils.js.html

            debug[10:29:31,492]: Such element exist in document

            debug[10:29:31,492]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/browser_info.js.html

            debug[10:29:31,492]: Such element exist in document

            debug[10:29:31,492]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.html

            debug[10:29:31,492]: Such element exist in document

            debug[10:29:31,492]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanelBorders.js.html

            debug[10:29:31,492]: Such element exist in document

            debug[10:29:31,493]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-dom.js.html

            debug[10:29:31,493]: Such element exist in document

            debug[10:29:31,493]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/FileUpload.js.html

            debug[10:29:31,493]: Such element exist in document

            debug[10:29:31,493]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/swfobject.js.html

            debug[10:29:31,493]: Such element exist in document

            debug[10:29:31,493]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/progressBar.js.html

            debug[10:29:31,493]: Such element exist in document

            debug[10:29:31,494]: <script> in response with src=/a4j/g/3_3_2.SR1org/ajax4jsf/javascript/scripts/form.js.html

            debug[10:29:31,494]: Such element exist in document

            debug[10:29:31,494]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/ShuttleUtils.js.html

            debug[10:29:31,494]: Such element exist in document

            debug[10:29:31,494]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/SelectItem.js.html

            debug[10:29:31,494]: Such element exist in document

            debug[10:29:31,494]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/PickListSI.js.html

            debug[10:29:31,494]: Such element exist in document

            debug[10:29:31,495]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/LayoutManager.js.html

            debug[10:29:31,495]: Such element exist in document

            debug[10:29:31,495]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/Control.js.html

            debug[10:29:31,495]: Such element exist in document

            debug[10:29:31,495]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/ListBase.js.html

            debug[10:29:31,495]: Such element exist in document

            debug[10:29:31,495]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/OrderingList.js.html

            debug[10:29:31,496]: Such element exist in document

            debug[10:29:31,496]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/ListShuttle.js.html

            debug[10:29:31,496]: Such element exist in document

            debug[10:29:31,496]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/PickList.js.html

            debug[10:29:31,496]: Such element exist in document

            debug[10:29:31,496]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/datascroller.js.html

            debug[10:29:31,496]: Such element exist in document

            debug[10:29:31,497]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js.html

            debug[10:29:31,497]: Such element exist in document

            debug[10:29:31,497]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery.utils.js.html

            debug[10:29:31,497]: Such element exist in document

            debug[10:29:31,497]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-mini.js.html

            debug[10:29:31,497]: Such element exist in document

            debug[10:29:31,497]: <script> in response with src=/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.DnDScript.html

            debug[10:29:31,498]: Such element exist in document

            debug[10:29:31,498]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-common.js.html

            debug[10:29:31,498]: Such element exist in document

            debug[10:29:31,498]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js.html

            debug[10:29:31,498]: Such element exist in document

            debug[10:29:31,498]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js.html

            debug[10:29:31,498]: Such element exist in document

            debug[10:29:31,499]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/form.js.html

            debug[10:29:31,499]: Such element exist in document

            debug[10:29:31,499]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/events.js.html

            debug[10:29:31,499]: Such element exist in document

            debug[10:29:31,499]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree.js.html

            debug[10:29:31,500]: Such element exist in document

            debug[10:29:31,500]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-selection.js.html

            debug[10:29:31,500]: Such element exist in document

            debug[10:29:31,500]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item.js.html

            debug[10:29:31,501]: Such element exist in document

            debug[10:29:31,501]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item-dnd.js.html

            debug[10:29:31,501]: Such element exist in document

            debug[10:29:31,501]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/drag-indicator.js.html

            debug[10:29:31,501]: Such element exist in document

            debug[10:29:31,501]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/menu.js.html

            debug[10:29:31,502]: Such element exist in document

            debug[10:29:31,502]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/context-menu.js.html

            debug[10:29:31,502]: Such element exist in document

            debug[10:29:31,502]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/available.js.html

            debug[10:29:31,502]: Such element exist in document

            debug[10:29:31,502]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/menu.js.html

            debug[10:29:31,503]: Such element exist in document

            debug[10:29:31,503]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/skinning.js.html

            debug[10:29:31,503]: Such element exist in document

            debug[10:29:31,503]: search for elements by name 'link'  in element #document

            debug[10:29:31,504]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,505]: Such element exist in document

            debug[10:29:31,505]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,505]: Such element exist in document

            debug[10:29:31,505]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,505]: Such element exist in document

            debug[10:29:31,505]: <link> in response with src=/a4j/s/3_3_2.SR1css/table.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,505]: Such element exist in document

            debug[10:29:31,505]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,506]: Such element exist in document

            debug[10:29:31,506]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/progressBar.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,506]: Such element exist in document

            debug[10:29:31,506]: <link> in response with src=/a4j/s/3_3_2.SR1css/picklist.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,506]: Such element exist in document

            debug[10:29:31,506]: <link> in response with src=/a4j/s/3_3_2.SR1css/datascroller.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,506]: Such element exist in document

            debug[10:29:31,506]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/dragIndicator.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,506]: Such element exist in document

            debug[10:29:31,507]: <link> in response with src=/a4j/s/3_3_2.SR1css/tree.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,507]: Such element exist in document

            debug[10:29:31,507]: <link> in response with src=/a4j/s/3_3_2.SR1css/menucomponents.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:29:31,507]: Such element exist in document

            debug[10:29:31,507]: call getElementById for id= org.ajax4jsf.queue_script

            debug[10:29:31,507]: Update page part from call parameter for ID j_id351:choosedCategoryPanel

            debug[10:29:31,507]: call getElementById for id= j_id351:choosedCategoryPanel

            debug[10:29:31,508]: Replace content of node by replaceChild()

            debug[10:29:31,508]: search for elements by name 'script'  in element div

            debug[10:29:31,508]: Scripts in updated part count : 0

            debug[10:29:31,509]: Update part of page for Id: j_id351:choosedCategoryPanel successful

            debug[10:29:31,509]: Update page part from call parameter for ID j_id351:categoryTreeContainer

            debug[10:29:31,509]: call getElementById for id= j_id351:categoryTreeContainer

            debug[10:29:31,516]: Replace content of node by replaceChild()

            debug[10:29:31,522]: search for elements by name 'script'  in element div

            debug[10:29:31,523]: Scripts in updated part count : 9

            debug[10:29:31,523]: Update part of page for Id: j_id351:categoryTreeContainer successful

            debug[10:29:31,523]: call getElementById for id= ajax-view-state

            debug[10:29:31,523]: Hidden JSF state fields: [object HTMLSpanElement]

            debug[10:29:31,523]: Namespace for hidden view-state input fields is undefined

            debug[10:29:31,523]: search for elements by name 'input'  in element span

            debug[10:29:31,524]: Replace value for inputs: 75 by new values: 1

            debug[10:29:31,524]: Input in response: javax.faces.ViewState

            debug[10:29:31,524]: Found same input on page with type: hidden

            debug[10:29:31,524]: Found same input on page with type: hidden

            debug[10:29:31,524]: Found same input on page with type: hidden

            debug[10:29:31,525]: Found same input on page with type: hidden

            debug[10:29:31,525]: Found same input on page with type: hidden

            debug[10:29:31,525]: Found same input on page with type: hidden

            debug[10:29:31,525]: Found same input on page with type: hidden

            debug[10:29:31,525]: Found same input on page with type: hidden

            debug[10:29:31,526]: Found same input on page with type: hidden

            debug[10:29:31,526]: Found same input on page with type: hidden

            debug[10:29:31,526]: Found same input on page with type: hidden

            debug[10:29:31,527]: Found same input on page with type: hidden

            debug[10:29:31,527]: Found same input on page with type: hidden

            debug[10:29:31,527]: Found same input on page with type: hidden

            debug[10:29:31,527]: Found same input on page with type: hidden

            debug[10:29:31,528]: Found same input on page with type: hidden

            debug[10:29:31,528]: Found same input on page with type: hidden

            debug[10:29:31,528]: Found same input on page with type: hidden

            debug[10:29:31,529]: Found same input on page with type: hidden

            debug[10:29:31,530]: Found same input on page with type: hidden

            debug[10:29:31,530]: search for elements by name 'INPUT'  in element span

            debug[10:29:31,530]: Replace value for inputs: 75 by new values: 0

            debug[10:29:31,530]: call getElementById for id= _A4J.AJAX.focus

            debug[10:29:31,530]: No focus information in response

            debug[10:29:31,558]: Evaluate script replaced area in document: var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0::j_id367','parameters':{'newCategoryParentId':1,'j_id351:catTree:0::j_id367':'j_id351:catTree:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0::catCommand1','oncontextmenu',{} )}}}());

            debug[10:29:31,559]: Script evaluation succeeded

            debug[10:29:31,560]: Evaluate script replaced area in document: var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0::j_id367','parameters':{'newCategoryParentId':1452,'j_id351:catTree:0:0::j_id367':'j_id351:catTree:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0::catCommand1','oncontextmenu',{} )}}}());

            debug[10:29:31,561]: Script evaluation succeeded

            debug[10:29:31,561]: Evaluate script replaced area in document: var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:0::j_id367','parameters':{'newCategoryParentId':1836,'j_id351:catTree:0:0:0::j_id367':'j_id351:catTree:0:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:0::catCommand1','oncontextmenu',{} )}}}());

            debug[10:29:31,562]: Script evaluation succeeded

            debug[10:29:31,562]: Evaluate script replaced area in document: var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1::j_id367','parameters':{'newCategoryParentId':1833,'j_id351:catTree:0:0:1::j_id367':'j_id351:catTree:0:0:1::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:1::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1::catCommand1','oncontextmenu',{} )}}}());

            debug[10:29:31,563]: Script evaluation succeeded

            debug[10:29:31,563]: Evaluate script replaced area in document: var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1:0::j_id367','parameters':{'newCategoryParentId':1849,'j_id351:catTree:0:0:1:0::j_id367':'j_id351:catTree:0:0:1:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:1:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0::catCommand1','oncontextmenu',{} )}}}());

            debug[10:29:31,564]: Script evaluation succeeded

            debug[10:29:31,564]: Evaluate script replaced area in document: var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1:0:0::j_id367','parameters':{'newCategoryParentId':1850,'j_id351:catTree:0:0:1:0:0::j_id367':'j_id351:catTree:0:0:1:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1:0:0::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:0:1:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0:0::catCommand1','oncontextmenu',{} )}}}());

            debug[10:29:31,565]: Script evaluation succeeded

            debug[10:29:31,566]: Evaluate script replaced area in document: var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:1::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:1::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:1::j_id367','parameters':{'newCategoryParentId':1536,'j_id351:catTree:0:1::j_id367':'j_id351:catTree:0:1::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:1::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:1::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:1::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]), new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:1::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:1::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:1::j_id367\'\x5D \x5D );')])]);Richfaces.onAvailable('j_id351:catTree:0:1::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:1::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:1::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:1::catCommand1','oncontextmenu',{} )}}}());

            debug[10:29:31,566]: Script evaluation succeeded

            debug[10:29:31,567]: Evaluate script replaced area in document: (function() {               var tree = new Tree("j_id351:catTree", "j_id351:catTree:input", "client",                    {                         onselect: "",                          onexpand: "",                          oncollapse: "",                         oncontextmenu: ""                     },                    function(event) {                         var params = {'j_id351:catTree:selectedNode':event.selectedNode} ;if (!params.ajaxSingle && event.ajaxSingle) {params.ajaxSingle = event.ajaxSingle;}A4J.AJAX.Submit('j_id351',event,{'oncomplete':event.oncomplete,'similarityGroupingId':'j_id351:catTree','parameters':params,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} ); return false;                    },                    {'showConnectingLines':true}                );               tree.drop = function(event,drag){var options = {'similarityGroupingId':'j_id351:catTree','parameters':{'j_id351:catTree':'j_id351:catTree'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} ;options.parameters['dropTargetId'] = 'j_id351:catTree';Object.extend(options.parameters, drag.getParameters());var dzOptions = this.getDropzoneOptions(); if (dzOptions.ondrop) { if (!dzOptions.ondrop.call(this, event)) return; };A4J.AJAX.Submit('j_id351',event,options);};          }());

            debug[10:29:31,575]: Script evaluation succeeded

            debug[10:29:31,575]: Evaluate script replaced area in document:

            debug[10:29:31,575]: Script evaluation succeeded

            debug[10:29:31,575]: call getElementById for id= org.ajax4jsf.oncomplete

            debug[10:29:31,575]: Processing updates finished, no oncomplete function to call

             

            Safari:

             

            debug[10:26:26,059]: Have Event [object Object] with properties: target: [object HTMLLabelElement], srcElement: [object HTMLLabelElement], type: click

            debug[10:26:26,060]: Query preparation for form 'j_id351' requested

            debug[10:26:26,060]: Append hidden control j_id351 with value [j_id351] and value attribute [j_id351]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:0:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:0:0:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:0:0:1::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:0:0:1:0::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:0:0:1:0:0::treenodeItemNodeExpanded with value [false] and value attribute [false]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:0:1::treenodeItemNodeExpanded with value [true] and value attribute [true]

            debug[10:26:26,060]: Append hidden control j_id351:catTree:input with value [j_id351:catTree:0:0:1:0:0::treenodeItem] and value attribute [j_id351:catTree:0:0:1:0:0::treenodeItem]

            debug[10:26:26,060]: Append hidden control javax.faces.ViewState with value [j_id5] and value attribute [j_id5]

            debug[10:26:26,060]: parameter categoryIdForArticle with value 1850

            debug[10:26:26,060]: parameter j_id351:catTree:0:0:1:0:0::j_id364 with value j_id351:catTree:0:0:1:0:0::j_id364

            debug[10:26:26,060]: Look up queue with default name

            debug[10:26:26,060]: NEW AJAX REQUEST !!! with form: j_id351

            debug[10:26:26,060]: Start XmlHttpRequest

            debug[10:26:26,060]: Request state : 1

            debug[10:26:26,061]: QueryString: AJAXREQUEST=_viewRoot&j_id351=j_id351&j_id351%3AcatTree%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A1%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3AtreenodeItemNodeExpanded=false&j_id351%3AcatTree%3A0%3A1%3A%3AtreenodeItemNodeExpanded=true&j_id351%3AcatTree%3Ainput=j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3AtreenodeItem&javax.faces.ViewState=j_id5&categoryIdForArticle=1850&j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3Aj_id364=j_id351%3AcatTree%3A0%3A0%3A1%3A0%3A0%3A%3Aj_id364&

            debug[10:26:26,175]: Request state : 2

            debug[10:26:26,175]: Request state : 3

            debug[10:26:26,178]: Request state : 3

            debug[10:26:26,180]: Request state : 3

            debug[10:26:26,183]: Request state : 3

            debug[10:26:26,184]: Request state : 3

            debug[10:26:26,186]: Request state : 3

            debug[10:26:26,188]: Request state : 4

            debug[10:26:26,188]: Request end with state 4

            debug[10:26:26,188]: Response with content-type: text/xml;charset=UTF-8

            debug[10:26:26,188]: Full response content: <html xmlns="http://www.w3.org/1999/xhtml"><head><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/utils.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/browser_info.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanelBorders.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1css/table.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-dom.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/FileUpload.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/swfobject.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/progressBar.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/ajax4jsf/javascript/scripts/form.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/progressBar.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1scripts/ShuttleUtils.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/SelectItem.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/PickListSI.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/LayoutManager.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/Control.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/ListBase.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/OrderingList.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/ListShuttle.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1scripts/PickList.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1css/picklist.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/datascroller.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1css/datascroller.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery.utils.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-mini.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.DnDScript.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-common.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/form.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/events.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-selection.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item-dnd.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/drag-indicator.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/dragIndicator.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><link class="component" href="/a4j/s/3_3_2.SR1css/tree.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1scripts/menu.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/context-menu.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/available.js.html" type="text/javascript"></script><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/menu.js.html" type="text/javascript"></script><link class="component" href="/a4j/s/3_3_2.SR1css/menucomponents.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3" rel="stylesheet" type="text/css" /><script src="/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/skinning.js.html" type="text/javascript"></script></head><body><div id="j_id351:choosedCategoryPanel"><span style="color:#E5673A;font-family:Arial" class="title2">You have selected <span style="font-weight:bold">test4</span> category.</span></div><div id="j_id351:categoryTreeContainer"><div xmlns:rich="http://richfaces.ajax4jsf.org/rich" class="rich-tree fullspace" id="j_id351:catTree"><div id="j_id351:catTree:childs"><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0::treenodeItem"><tbody><tr id="j_id351:catTree:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0::treenodeItemNodeExpanded" name="j_id351:catTree:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0::treenodeItem','j_id351:catTree:0::treenodeItem':'j_id351:catTree:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id364','parameters':{'categoryIdForArticle':1,'j_id351:catTree:0::j_id364':'j_id351:catTree:0::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )"> Social Media Test Level</label><div id="j_id351:catTree:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0::j_id367','parameters':{'newCategoryParentId':1,'j_id351:catTree:0::j_id367':'j_id351:catTree:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]) , new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0::j_id367\'\x5D \x5D );')]) ]);Richfaces.onAvailable('j_id351:catTree:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0::treenodeItem:childs" class="rich-tree-node-children"><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-node" id="j_id351:catTree:0:0::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0:0::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0:0::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0:0::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0::treenodeItem','j_id351:catTree:0:0::treenodeItem':'j_id351:catTree:0:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1452,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0::j_id364','parameters':{'j_id351:catTree:0:0::j_id364':'j_id351:catTree:0:0::j_id364','categoryIdForArticle':1452} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )"> ACF_Info</label><div id="j_id351:catTree:0:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0::j_id367','parameters':{'newCategoryParentId':1452,'j_id351:catTree:0:0::j_id367':'j_id351:catTree:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]) , new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0::j_id367\'\x5D \x5D );')]) ]);Richfaces.onAvailable('j_id351:catTree:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0::treenodeItem:childs" class="rich-tree-node-children rich-tree-h-ic-line"><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-node" id="j_id351:catTree:0:0:0::treenodeItem:handles"><div><img alt="" class="rich-tree-h-ic-img" id="j_id351:catTree:0:0:0::treenodeItem:handle:img" src="/a4j/g/3_3_2.SR1images/spacer.gif.html" /><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon-leaf rich-tree-h-ic-line-clp" id="j_id351:catTree:0:0:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:0::treenodeItem','j_id351:catTree:0:0:0::treenodeItem':'j_id351:catTree:0:0:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a href="#" id="j_id351:catTree:0:0:0::j_id359" name="j_id351:catTree:0:0:0::j_id359" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id359','parameters':{'j_id351:catTree:0:0:0::j_id359':'j_id351:catTree:0:0:0::j_id359','categoryIdForArticle':1836} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id364','parameters':{'categoryIdForArticle':1836,'j_id351:catTree:0:0:0::j_id364':'j_id351:catTree:0:0:0::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )"> test2</label><div id="j_id351:catTree:0:0:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:0::j_id367','parameters':{'newCategoryParentId':1836,'j_id351:catTree:0:0:0::j_id367':'j_id351:catTree:0:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]) , new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:0::j_id367\'\x5D \x5D );')]) ]);Richfaces.onAvailable('j_id351:catTree:0:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:0::treenodeItem:childs" style="display: none;" class="rich-tree-node-children rich-tree-h-ic-line"></div><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:1::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:1::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:0:1::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0:0:1::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0:0:1::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0:0:1::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:1::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:1::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0:0:1::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:1::treenodeItem','j_id351:catTree:0:0:1::treenodeItem':'j_id351:catTree:0:0:1::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1833,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:1::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:1::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:1::j_id364','parameters':{'categoryIdForArticle':1833,'j_id351:catTree:0:0:1::j_id364':'j_id351:catTree:0:0:1::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )"> test ralu</label><div id="j_id351:catTree:0:0:1::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1::j_id367','parameters':{'newCategoryParentId':1833,'j_id351:catTree:0:0:1::j_id367':'j_id351:catTree:0:0:1::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]) , new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1::j_id367\'\x5D \x5D );')]) ]);Richfaces.onAvailable('j_id351:catTree:0:0:1::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:1::treenodeItem:childs" class="rich-tree-node-children"><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:1:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:1:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:0:1:0::treenodeItem:handles"><div><a class="rich-tree-node-handle" href="#" id="j_id351:catTree:0:0:1:0::treenodeItem:handle" onclick=" return false;"><img alt="" class="rich-tree-node-handleicon-collapsed" id="j_id351:catTree:0:0:1:0::treenodeItem:handle:img:collapsed" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreePlusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style="display: none;;border:0" /><img alt="" class="rich-tree-node-handleicon-expanded" id="j_id351:catTree:0:0:1:0::treenodeItem:handle:img:expanded" src="/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAF79!13Q1-Zn58fACBuBU8_.html" style=";border:0" /></a><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:1:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:1:0::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon rich-tree-h-ic-line-exp" id="j_id351:catTree:0:0:1:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:1:0::treenodeItem','j_id351:catTree:0:0:1:0::treenodeItem':'j_id351:catTree:0:0:1:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a class="no_underline" href="#" id="j_id351:catTree:0::j_id356" name="j_id351:catTree:0::j_id356" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0::j_id356','parameters':{'categoryIdForArticle':1849,'j_id351:catTree:0::j_id356':'j_id351:catTree:0::j_id356'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:1:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:1:0::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:1:0::j_id364','parameters':{'categoryIdForArticle':1849,'j_id351:catTree:0:0:1:0::j_id364':'j_id351:catTree:0:0:1:0::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )"> test3</label><div id="j_id351:catTree:0:0:1:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1:0::j_id367','parameters':{'newCategoryParentId':1849,'j_id351:catTree:0:0:1:0::j_id367':'j_id351:catTree:0:0:1:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]) , new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1:0::j_id367\'\x5D \x5D );')]) ]);Richfaces.onAvailable('j_id351:catTree:0:0:1:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:1:0::treenodeItem:childs" class="rich-tree-node-children"><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:0:1:0:0::treenodeItem"><tbody><tr id="j_id351:catTree:0:0:1:0:0::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:0:1:0:0::treenodeItem:handles"><div><img alt="" class="rich-tree-h-ic-img" id="j_id351:catTree:0:0:1:0:0::treenodeItem:handle:img" src="/a4j/g/3_3_2.SR1images/spacer.gif.html" /><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:0:1:0:0::treenodeItemNodeExpanded" name="j_id351:catTree:0:0:1:0:0::treenodeItemNodeExpanded" type="hidden" value="false" /></div></td><td class="rich-tree-node-icon-leaf rich-tree-h-ic-line-clp" id="j_id351:catTree:0:0:1:0:0::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:0:1:0:0::treenodeItem','j_id351:catTree:0:0:1:0:0::treenodeItem':'j_id351:catTree:0:0:1:0:0::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a href="#" id="j_id351:catTree:0:0:0::j_id359" name="j_id351:catTree:0:0:0::j_id359" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id359','parameters':{'j_id351:catTree:0:0:0::j_id359':'j_id351:catTree:0:0:0::j_id359','categoryIdForArticle':1850} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:0:1:0:0::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:0:1:0:0::catCommand" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:1:0:0::j_id362','parameters':{'categoryIdForArticle':1850,'j_id351:catTree:0:0:1:0:0::j_id362':'j_id351:catTree:0:0:1:0:0::j_id362'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )" style="font-weight: bold;"> test4</label><div id="j_id351:catTree:0:0:1:0:0::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:0:1:0:0::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:0:1:0:0::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:0:1:0:0::j_id367','parameters':{'newCategoryParentId':1850,'j_id351:catTree:0:0:1:0:0::j_id367':'j_id351:catTree:0:0:1:0:0::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:0:1:0:0::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:0:1:0:0::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:0:1:0:0::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]) , new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:0:1:0:0::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:0:1:0:0::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:0:1:0:0::j_id367\'\x5D \x5D );')]) ]);Richfaces.onAvailable('j_id351:catTree:0:0:1:0:0::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0:0::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:0:1:0:0::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:0:1:0:0::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:0:1:0:0::treenodeItem:childs" style="display: none;" class="rich-tree-node-children"></div></div></div></div><p class="rich-tree-last-node-marker"></p><table border="0" cellpadding="0" cellspacing="0" class="rich-tree-node" id="j_id351:catTree:0:1::treenodeItem"><tbody><tr id="j_id351:catTree:0:1::treenodeItem:mainRow" onclick=" "><td class="rich-tree-node-handleicon rich-tree-h-ic-line-last" id="j_id351:catTree:0:1::treenodeItem:handles"><div><img alt="" class="rich-tree-h-ic-img" id="j_id351:catTree:0:1::treenodeItem:handle:img" src="/a4j/g/3_3_2.SR1images/spacer.gif.html" /><input autocomplete="off" class="rich-tree-h" id="j_id351:catTree:0:1::treenodeItemNodeExpanded" name="j_id351:catTree:0:1::treenodeItemNodeExpanded" type="hidden" value="true" /></div></td><td class="rich-tree-node-icon-leaf rich-tree-h-ic-line-clp" id="j_id351:catTree:0:1::treenodeItem:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'j_id351:catTree:0:1::treenodeItem','j_id351:catTree:0:1::treenodeItem':'j_id351:catTree:0:1::treenodeItem'} } " rich:dropzoneoptions="{} "><span class="rich-tree-h-ic-img"><a href="#" id="j_id351:catTree:0:0:0::j_id359" name="j_id351:catTree:0:0:0::j_id359" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:0:0::j_id359','parameters':{'j_id351:catTree:0:0:0::j_id359':'j_id351:catTree:0:0:0::j_id359','categoryIdForArticle':1536} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} );return false;"><img src="/images/wiki/iconFolder.gif?conversationContext=3" class="noImgBorder" /></a></span></td><td class="rich-tree-node-text " id="j_id351:catTree:0:1::treenodeItem:text" rich:highlightedclass="rich-tree-node-highlighted fett" rich:selectedclass="rich-tree-node-selected fett"><label id="j_id351:catTree:0:1::catCommand1" onclick="A4J.AJAX.Submit('j_id351',event,{'similarityGroupingId':'j_id351:catTree:0:1::j_id364','parameters':{'categoryIdForArticle':1536,'j_id351:catTree:0:1::j_id364':'j_id351:catTree:0:1::j_id364'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )"> Cat2</label><div id="j_id351:catTree:0:1::j_id366"><script type="text/javascript">var contextMenu = new Richfaces.ContextMenu('j_id351:catTree:0:1::j_id366', 50, [new E('div',{'style':'display: none; z\x2Dindex: 2;', 'className':'rich\x2Dmenu\x2Dlist\x2Dborder', 'id':'j_id351:catTree:0:1::j_id366_menu'},[new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dbg'},[new E('div',{'onclick':function (context) { return Richfaces.interpolate("RichFaces.Menu.updateItem(event,this);A4J.AJAX.Submit('j_id351',event,{'oncomplete':function(request,event,data){Richfaces.showModalPanel('newCategoryMP')},'similarityGroupingId':'j_id351:catTree:0:1::j_id367','parameters':{'newCategoryParentId':1536,'j_id351:catTree:0:1::j_id367':'j_id351:catTree:0:1::j_id367'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} )", context);}, 'id':'j_id351:catTree:0:1::j_id367', 'className':'rich\x2Dmenu\x2Ditem rich\x2Dmenu\x2Ditem\x2Denabled'},[new E('span',{'id':'j_id351:catTree:0:1::j_id367:icon', 'className':'rich\x2Dmenu\x2Ditem\x2Dicon'},[new E('img',{'width':'16', 'src':'/a4j/g/3_3_2.SR1images/spacer.gif.html', 'height':'16', 'alt':''})]),new E('span',{'id':'j_id351:catTree:0:1::j_id367:anchor', 'className':'rich\x2Dmenu\x2Ditem\x2Dlabel'},[new T('Create Subcategory')])]),new E('div',{'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new E('div',{'style':'', 'className':'rich\x2Dmenu\x2Dlist\x2Dstrut'},[new T(' ')])])])]) , new E('script',{'type':'text/javascript', 'id':'j_id351:catTree:0:1::j_id366_menu_script'},[new T('new RichFaces.Menu.Layer(\'j_id351:catTree:0:1::j_id366_menu\',{\'hideDelay\':800,\'delay\':50} ).asContextMenu().addItems([[\'j_id351:catTree:0:1::j_id367\'\x5D \x5D );')]) ]);Richfaces.onAvailable('j_id351:catTree:0:1::catCommand',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:1::catCommand','oncontextmenu',{} )}}}());Richfaces.onAvailable('j_id351:catTree:0:1::catCommand1',function () {var vars = {contextMenu:contextMenu};return function() { with (vars) {contextMenu.attachToElementById('j_id351:catTree:0:1::catCommand1','oncontextmenu',{} )}}}());</script></div></td></tr></tbody></table><div id="j_id351:catTree:0:1::treenodeItem:childs" style="display: none;" class="rich-tree-node-children"></div></div></div><input type="hidden" id="j_id351:catTree:input" autocomplete="off" name="j_id351:catTree:input" value="j_id351:catTree:0:0:1:0:0::treenodeItem" /><script type="text/javascript">(function() { var tree = new Tree("j_id351:catTree", "j_id351:catTree:input", "client", { onselect: "", onexpand: "", oncollapse: "", oncontextmenu: "" }, function(event) { var params = {'j_id351:catTree:selectedNode':event.selectedNode} ; if (!params.ajaxSingle &amp;&amp; event.ajaxSingle) { params.ajaxSingle = event.ajaxSingle; } A4J.AJAX.Submit('j_id351',event,{'oncomplete':event.oncomplete,'similarityGroupingId':'j_id351:catTree','parameters':params,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} ); return false; }, {'showConnectingLines':true} ); tree.drop = function(event,drag){var options = {'similarityGroupingId':'j_id351:catTree','parameters':{'j_id351:catTree':'j_id351:catTree'} ,'actionUrl':'/pages/wiki/wikiEditArticle.html?conversationContext=3'} ;options.parameters['dropTargetId'] = 'j_id351:catTree';Object.extend(options.parameters, drag.getParameters());var dzOptions = this.getDropzoneOptions(); if (dzOptions.ondrop) { if (!dzOptions.ondrop.call(this, event)) return; };A4J.AJAX.Submit('j_id351',event,options);}; }());</script><div id="j_id351:catTree:script" class="rich-tree-h"><script type="text/javascript"></script></div></div></div><meta name="Ajax-Update-Ids" content="j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer" /><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[10:26:26,191]: Header Ajax-Expired not found, search in <meta>

            debug[10:26:26,191]: search for elements by name 'meta' in element #document

            debug[10:26:26,192]: Find <meta name='Ajax-Update-Ids' content='j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer'>

            debug[10:26:26,192]: Find <meta name='Ajax-Response' content='true'>

            debug[10:26:26,192]: Header Ajax-Update-Ids not found, search in <meta>

            debug[10:26:26,192]: search for elements by name 'meta' in element #document

            debug[10:26:26,192]: Find <meta name='Ajax-Update-Ids' content='j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer'>

            debug[10:26:26,192]: Update page by list of rendered areas from response j_id351:choosedCategoryPanel,j_id351:categoryTreeContainer

            debug[10:26:26,192]: search for elements by name 'script' in element #document

            debug[10:26:26,192]: <script> in response with src=/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.html

            debug[10:26:26,192]: Such element exist in document

            debug[10:26:26,192]: <script> in response with src=/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.html

            debug[10:26:26,192]: Such element exist in document

            debug[10:26:26,192]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/utils.js.html

            debug[10:26:26,192]: Such element exist in document

            debug[10:26:26,192]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/browser_info.js.html

            debug[10:26:26,192]: Such element exist in document

            debug[10:26:26,192]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.html

            debug[10:26:26,192]: Such element exist in document

            debug[10:26:26,192]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/modalPanelBorders.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-dom.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/FileUpload.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/swfobject.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/js/progressBar.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/ajax4jsf/javascript/scripts/form.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/ShuttleUtils.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/SelectItem.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/PickListSI.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/LayoutManager.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/Control.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/ListBase.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/OrderingList.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/ListShuttle.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/PickList.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/datascroller.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js.html

            debug[10:26:26,193]: Such element exist in document

            debug[10:26:26,193]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/jquery.utils.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/json/json-mini.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.DnDScript.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-common.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/form.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/events.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-selection.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item.js.html

            debug[10:26:26,194]: Such element exist in document

            debug[10:26:26,194]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/tree-item-dnd.js.html

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/drag-indicator.js.html

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: <script> in response with src=/a4j/g/3_3_2.SR1scripts/menu.js.html

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/context-menu.js.html

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/available.js.html

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/menu.js.html

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: <script> in response with src=/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/skinning.js.html

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: search for elements by name 'link' in element #document

            debug[10:26:26,195]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,195]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,195]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1css/table.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/progressBar.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1css/picklist.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1css/datascroller.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1org/richfaces/renderkit/html/css/dragIndicator.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1css/tree.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: <link> in response with src=/a4j/s/3_3_2.SR1css/menucomponents.xcss/DATB/eAHr2LW0JXT5DGkAFGQEGw__.html?conversationContext=3

            debug[10:26:26,196]: Such element exist in document

            debug[10:26:26,196]: call getElementById for id= org.ajax4jsf.queue_script

            debug[10:26:26,196]: Update page part from call parameter for ID j_id351:choosedCategoryPanel

            debug[10:26:26,196]: call getElementById for id= j_id351:choosedCategoryPanel

            debug[10:26:26,196]: Replace content of node by outerHTML()

            debug[10:26:26,197]: search for elements by name 'script' in element div

            debug[10:26:26,197]: Scripts in updated part count : 0

            debug[10:26:26,197]: Update part of page for Id: j_id351:choosedCategoryPanel successful

            debug[10:26:26,197]: Update page part from call parameter for ID j_id351:categoryTreeContainer

            debug[10:26:26,197]: call getElementById for id= j_id351:categoryTreeContainer

            debug[10:26:26,200]: Replace content of node by outerHTML()

             

            Sorry for the copy paste. I've tried to attach the files but failed to find how and didn't know which piece of info was important and which not in order to filter the results.

             

            Thanks