0 Replies Latest reply on May 27, 2008 11:51 AM by farithjhg

    Error: with dinamyc panelMenu

    farithjhg

      Hello.
      I working with:
      Eclipse Europa
      Jboss 4.2.2GA
      RichFaces 3.2.0.SR1

      I make a dinamyc panelMenu

      <rich:panelMenu style="width:200px" mode="ajax"
      binding="#{menuLeteralBean.panelMenu}" />

      when the page is rendered show an error in the javascript code

      ')' is expected

      this the line with the error:

      var params = new Object();new PanelMenuItem(params,{myId:'form1:_100',parentId:'form1:j_id_jsp_1056082493_11'},{type:"node",onopen:";",onclose:";",event:"mouseover",mode:"ajax",target:"",disabled:false,target:"",name:"_100"},{},new Array("dr-pmenu-hovered-element","rich-pmenu-hovered-element"),0,true,false,Mantenimiento de Tablas,"A4J.AJAX.Submit('j_id_jsp_1056082493_0','form1',event,{'parameters':{'form1:_100':'form1:_100'} ,'actionUrl':'/RichFacesWeb/jsp/panelMenu.jsf'} )","","right","/RichFacesWeb/a4j_3_2_0.SR1-SNAPSHOTorg.richfaces.renderkit.html.iconimages.PanelMenuIconChevronUp/DATB/eAH7..8.AAX9Av4_.jsf","/RichFacesWeb/a4j_3_2_0.SR1-SNAPSHOTorg.richfaces.renderkit.html.iconimages.PanelMenuIconChevronDown/DATB/eAH7..8.AAX9Av4_.jsf","/RichFacesWeb/a4j_3_2_0.SR1-SNAPSHOTorg.richfaces.renderkit.html.iconimages.PanelMenuIconSpacer/DATB/eAH7..8.AAX9Av4_.jsf");

      can you help me.

      thanks.