5 Replies Latest reply on Feb 4, 2008 10:35 AM by supernovasoftware.com

    <rich:dropDownMenu> Problem on Upgrate to 3.1.4 snapshot

      I have <s:link> inside <rich:menuItem> shown below. This works fine in 3.1.4 snapshot from 0107, but fails on any later snapshot. Nothing happens when the link is clicked. Outside the menu <s:link> still works.

       <rich:menuItem submitMode="none">
       <f:facet name="icon">
       <h:graphicImage value="images/buttons/view_details.gif" />
       </f:facet>
       <s:link value="Search2" view="/inventory/pipe/main/list.xhtml" propagation="none" />
       </rich:menuItem>