1. JSF 2 Composite component insertChildren tag making @ViewScoped into @RequestScoped :( stackoverflow.comI 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 |