11 Replies Latest reply on May 29, 2007 1:50 AM by sahar_m

    s:conversationPropagation with t:navigationMenuItem

    pdpantages

      Fyi, I am Using Seam 1.0.1GA, ajax4jsf 1.0.2, Jboss 4.0.4.GA

      hello forum,

      I am trying to use <s:conversationPropagation type="none"/> in my jscook menu (tomahwk t:jscookMenu). The init method is annotated with @Begin. Despite the propagation set to "none", I get an exception telling me to use join=true when picking this item when a LR converstion already exists. Is my usage with navigationMenuItem incorrect? The examples in the seam reference manual are all on h:commandLink or h:outputLink.

       <t:navigationMenuItem itemLabel="Report Editor"
       action="#{reportsImpl.init}">
       <s:conversationPropagation type="none"/>
       </t:navigationMenuItem>