[jboss-user] [JBoss Seam] - Re: Trouble W/ NullPointerException
pete.muir@jboss.org
do-not-reply at jboss.com
Mon Dec 17 10:43:17 EST 2007
This is not a valid way to instantiate a Seam component
host = new ReturnServer();
You need something like
Component.getInstance("host");
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113435#4113435
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113435
More information about the jboss-user
mailing list