[jboss-user] [JBoss Seam] - Re: nested session bean calls & dependency propagation

supert24 do-not-reply at jboss.com
Mon Nov 27 10:31:00 EST 2006


In my JSF file:

<h:commandButton type="submit" value="Goto pizza shop.." action="#{a.initial}"/>


In the bean class of session bean a:


  | @EJB public CustomerContext b;
  | 
  | public String initial() {
  |    b.initial();
  | }
  | 

And finally in the bean class of session bean b:


  | @DataModel
  | private List<MenuItem> outMenuItems=new ArrayList<MenuItem>();
  | 
  | public String initial() {
  |    
  | }
  | 

My problem now is, that outMenuItems is not propagated to the calling
JSF page.


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

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



More information about the jboss-user mailing list