1 Reply Latest reply on Feb 8, 2011 7:52 AM by ilya40umov

    Problem with rich tool bar

    mckiran87

      jboss.jpg

      Hi am new to rich faces..How do i enable the menu item tab in drop downmenu of rich toolbar to be able to redirect another page?

      At present it is possible only by clicking on the text in the tab not the other areas of the tab.

      This is the code i am using for that tab

      <rich:dropDownMenu>

                  <f:facet name="label">

                      <h:outputText value="Reports" />

                  </f:facet>

                  <rich:menuItem submitMode="none">

                      <h:outputLink value="http://rjaxsrvdesgn/HandlingReporter/Main.aspx"

                          target="_blank">

                          <h:outputText value="Handling Reports" />

                      </h:outputLink>

                  </rich:menuItem>

              </rich:dropDownMenu>