[jboss-user] [JBoss Seam] - Re: Calling the same method on different beans from the same

pete.muir@jboss.org do-not-reply at jboss.com
Fri Jan 4 11:45:10 EST 2008


You outject this, which isn't managed. The normal approach here is to pass the correct manager name into the xhtml fragment

<ui:include ...>
  |    <ui:param name="manager" value="#{auditOrderManager}" />
  | </ui:include>

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

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



More information about the jboss-user mailing list