[jboss-user] [JBoss Seam] - Re: Seam 2.0: Why does @Datamodel require a setter?
pete.muir@jboss.org
do-not-reply at jboss.com
Tue Aug 28 09:34:25 EDT 2007
anonymous wrote : But if this is correct doesn't this problem apply to any case where the scope of the datamodel is longer than that of the action bean outjecting it? The same could happen with a stateless action bean and a conversation scoped datamodel.
No because the only scope you can specify on @DataModel is PAGE (otherwise it is UNSPECIFIED aka same as the containing component).
I will write this up for the manual.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078759#4078759
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078759
More information about the jboss-user
mailing list