[jboss-user] [JBoss Seam] - Re: SeamTest - It's not @In-jecting bean attributes
bfo81
do-not-reply at jboss.com
Wed Aug 16 14:48:39 EDT 2006
You don't need getters and setters for Seam components (or that's at least what I learned *g*). Just annotate your property (private User user) with @In and @Out. And make sure to add required=false or create=true if necessary.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965565#3965565
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965565
More information about the jboss-user
mailing list