2 Replies Latest reply on Jun 9, 2009 4:26 PM by edykory

    Can rich:menuItem execute an action?

    spoonman

      Please consider these two.


      <s:button value="#{basket.name}" action="#{addToBasket.addToBasket}" />
      <rich:menuItem value="#{basket.name}" action="#{addToBasket.addToBasket}" />



      Button works good and executes my action, but menuItem is not. Why is that and what's the difference?
      I'm using Seam 2.1.1GA.