webtier@glassfish.java.net

Re: Error accessing _at_ManagedProperty in JSF2.0 across _at_ManagedBeans

From: <webtier_at_javadesktop.org>
Date: Mon, 19 Jul 2010 09:23:46 PDT

It sounds like you have some scoping issues if the value of a session bean property is being set by request data. Keep in mind that the value of id for B will be set when B is created and will not be updated just because the value of id for A is updated. Perhaps it makes more sense to have A injected into B and have B get the id from the instance of A.
[Message sent by forum member 'raydecampo']

http://forums.java.net/jive/thread.jspa?messageID=477993