I have a simple JSF 2.0 composite component example.
You need to reference composite component attribute values by #{cc.attrs.
where
is the attribute name. So, this should do:
Unrelated to the concrete problem, all that in the composite is unnecessary. I suggest to use
since that's more clear. See also our composite component wiki page for examples.