[jboss-user] [JBoss Seam] - Re: Scoped datamodel

pete.muir@jboss.org do-not-reply at jboss.com
Mon Jan 14 18:36:19 EST 2008


anonymous wrote : @DataModelSelection("administerableConferences")
  |   | 	@Out(required = false, scope = PAGE) 
  |   | 	private Conference administerableConference;

This isn't going to work - you are outjecting two things to the same variable.

anonymous wrote : is the scope of administerableConferences being prompted to SESSION because the class is scoped SESSION?

Yes. http://docs.jboss.org/seam/2.0.1.CR1/reference/en/html/annotations.html#d0e15391

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

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



More information about the jboss-user mailing list