Mmm, first @Out complains about nullity because you didn't specify that it wasn't
required (required=false).
This means the outjected value must not be null
About the @Name, if I understand your question, the link is done on the var name.
If you inject ExamData examData; Seam will look for "examData" in the contexts.
If you specify that you want to look for myExamData for example, it's done like this:
@In(value="myExamData")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077188#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...