insertChildren « Component « JSF Q&A





1. JSF 2 Composite component insertChildren tag making @ViewScoped into @RequestScoped :(    stackoverflow.com

I am having an issue where my @ViewScoped managed bean is behaving like a @RequestScoped managedBean simply because I am using the composite:insertChildren tag. I have read the other posts ...

2. JSF2 composite components: are #{cc.childCount} and mutually exclusive?    stackoverflow.com

I just dont get it: If I want my composite component to insert children, I use <composite:insertChildren/> but #{cc.childCount} always returns 0 in that case. On the other hand, If I ...