webtier@glassfish.java.net

Getting the parent component reference inside of composite component

From: Paulo Cesar Reis <casmeiron_at_gmail.com>
Date: Tue, 02 Jun 2009 20:12:46 -0300

Hi all,

Is possible to get the parent component reference inside a composite
component? Example:

#{cc.parent} = Return the parent component of this component.

That would be useful to access the id of the parent component and maybe
apply some behaviors on it.

Thanks.