[jboss-user] [JBoss Seam] - Re: Problem outjecting a field
msteiner
do-not-reply at jboss.com
Wed Sep 20 08:25:29 EDT 2006
Look at value attribute of @Out and @In annotations. It lets you specify name of the component. So you can do something like this:
| @Out(value="charge1")
| private Charge chargeItem1;
|
| @Out(value="charge2")
| private Charge chargeItem2;
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972908#3972908
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972908
More information about the jboss-user
mailing list