[jboss-user] [JBoss Seam] - Re: SelectOneRadio
matt.drees
do-not-reply at jboss.com
Wed Aug 29 03:16:32 EDT 2007
I think you don't want to do things like
| @Name("PackageManager")
| public class PackageManager
| {
| ...
| @In(required = false) ...
| private Package packageLine;
| }
|
| ...
| #{PackageManager.packageLine}
|
When jsf calls setPackageLine(), packageLine will be set, but immediately afterwards it will be nulled because of disinjection (from the @In). Maybe this is causing your problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079019#4079019
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079019
More information about the jboss-user
mailing list