[jboss-user] [JBoss Seam] - Re: null injected values
chrismalan
do-not-reply at jboss.com
Sat Nov 10 04:25:05 EST 2007
These conversation scoped variables you are injecting should have non null objects backing them. They should be outjected from one of your action beans (session beans). Create a @Factory method in the relevant bean where you outject them to make sure they don't have null values. When you then inject them somewhere else they won't have null values.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103405#4103405
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103405
More information about the jboss-user
mailing list