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#d...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119852#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...