[jboss-user] [JBoss Seam] - Re: Conversation versus Session Context

quilleashm do-not-reply at jboss.com
Sat Feb 17 07:08:59 EST 2007


You still have the same problem.

You want to access the componentBindings component directly NOT through your selectItemFacade.  The selectItemFacade isn't accessible (conversation scope not active yet, see above) when the bindings are done. 

You should refer to the componentBindings directly in the view.

binding="#{componentBindings.selectedItemPreview}"

Then the component bindings are injected into the selectedItemFacade so you can access the component via that dependency.


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

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



More information about the jboss-user mailing list