Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Re: Beginner Question

scott.stark@jboss.org

2007-06-12


At first glance I can see one wrong thing, your entity component name is "LoginAccount", so if you want to biject it, you should declare it as follows:


| @In @Out
|   public LoginAccount LoginAccount;
|
or


| @In(value="#{LoginAccount}") @Out(value="#{LoginAccount}")
|   public LoginAccount LoginAccount;
|


BTW, check whether your interface has the correct methods corresponding to component it is implementing it.

HTH.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053638#4053638

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053638
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.