Jsf 1.2_04: afterPhase(PhaseEvent event) is not called in extended
class?
Class A is a managed bean.
Class B is a POJO that contains an afterPhase event with the correct
signature of:
public void afterPhase(PhaseEvent event)
Class A extends Class B.
When Class A's jsp is ran, all of the Class A's methods and properties
are ran and set without error. However, the afterPhase event of Class B
is *NOT* called - even though Class A extends Class B.
Does this sound right and is the correct behavior?
As I type this, maybe I should set Class B as a managed bean with a
scope of "None" to have the lifecycles take place.
Hmmmm....
Thanks,
--Todd
-----------------------------------------
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact
the sender by reply email and destroy all copies of the original
message.