[jboss-user] [JBoss Seam] - Re: problem in a simple seam application

petemuir do-not-reply at jboss.com
Tue Oct 10 04:24:07 EDT 2006


I suspect that 'user' is null when you attempt to write to it.  Use your debugger to check.  If so you'll need to think about desgining the application so that user isn't null at that point ;)

e.g. (I think this should work :)
@In(create=true)
  | @Out
  | private User user;


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

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



More information about the jboss-user mailing list