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