[jboss-user] [JBoss Seam] - Re: Bug? Outjected boolean changes value mid-template
pete.muir@jboss.org
do-not-reply at jboss.com
Tue Feb 5 17:32:31 EST 2008
1) If you have an @Stateless bean it can't have any fields on it. read about what @Stateless *really* means (this probably explains your values changing)
2) This is because you are outjecting into EVENT scope. So, the process is this whilst rendering the page
Try to access boolean value, not in context, so null and so on
Render datatable, initialized by @Factory on seam component as boolean value. component does outjection including boolean value,
Try to access boolean value, now in context.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126796#4126796
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126796
More information about the jboss-user
mailing list