[JBoss-user] [JBoss Seam] - Re: DataModelSelection without Outjection?

2006-07-10 Thread japplicoon
Thank you, petemuir, I'll experiment with that! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956495#3956495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956495

[JBoss-user] [JBoss Seam] - Re: DataModelSelection without Outjection?

2006-07-09 Thread petemuir
Please show the getter and setter for #{messageManager.message} Also you could show a simple facelets page which produces the error and the stacktrace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956414#3956414 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: DataModelSelection without Outjection?

2006-07-09 Thread japplicoon
Hello, petemuir! There's Nothing special about the getter/setter: public FMessage getMessage() { | return message; | } | | | public void setMessage(FMessage message) { | this.message = message; | } Should there be ?? Thanks you! sonja

[JBoss-user] [JBoss Seam] - Re: DataModelSelection without Outjection?

2006-07-09 Thread petemuir
I'm not sure about the set up of your pages but you do have @In(create=true,required=false) with no equivalent message = new FMessage() in the second code segment. This could cause an NPE. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956418#3956418 Reply to