0 Replies Latest reply on Oct 15, 2009 11:44 AM by fuchs

    not able to select dropdownmenu

    fuchs

      Hello,

      I am using JBoss Portal 2.7.2,
      Richfaces 3.3.1.GA,
      Portletbridge 1.0.0.CR2 and
      JSF-Facelets 1.1.14.

      I implemented a dropdownmenu:

       <h:form>
       <rich:toolBar>
       <rich:dropDownMenu>
       <f:facet name="label">
       <h:outputText value="Verbraucher"/>
       </f:facet>
       <rich:menuGroup value="Stromzaehler">
       <rich:menuItem submitMode="ajax" value="Optional"/>
       <rich:menuItem submitMode="ajax" value="Optional" />
       </rich:menuGroup>
       </rich:dropDownMenu>
       </rich:toolBar>
       </h:form>
      


      Now, I can not select the menu.
      The mouse-over effect does not appear.
      My firebug - console (html-error-console) says, that "Richfaces.Menu.Layers.layer[this.layer.id] is undefinded.
      http://..../faces/rfResorg/richfaces/rederkit/html/scripts/menu.js"

      I have a second Portlet with a dropdownmenu on the same side.
      Could that be a problem?
      are there any solutions ?

      Thx for reading my question.
      Each assistance is welcome!