[jboss-user] [JBoss Seam] - s:conversationPropagation with t:navigationMenuItem

pdpantages do-not-reply at jboss.com
Thu Dec 21 17:36:44 EST 2006


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>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995728#3995728

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995728



More information about the jboss-user mailing list