[jboss-user] [JBoss Seam] - Re: How are @In(create = true) and @Name connected?
limousyf
do-not-reply at jboss.com
Thu Aug 23 04:39:44 EDT 2007
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#4077188
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077188
More information about the jboss-user
mailing list