composite-component
Can generic types be used as the "type" of a composite component's attribute tag?
It looks to me like composite components\' attributes don\'t allow generic types. Here\'s a simple test case:[详细]
2023-01-23 08:02 分类:问答JSF2: limiting cc:attribute to a given object type within a List
If I had a managed bean as follows: @ManagedBean @RequestSchoped public class Example { private List<String> stringList;[详细]
2023-01-04 12:34 分类:问答Ajax-enabled composite component
I am using composite components in my JSF 2.0 project, and I want to combine my composite components withlike this:[详细]
2023-01-01 06:20 分类:问答How to pass a action string into a JSF 2 composite component?
I\'m creating a simple menuing composite component in JSF 2.However, I am unable to pass a String attribute into the composite component to use in the action attribute of the <h:commandLink>.My[详细]
2022-12-31 03:41 分类:问答Newbie in JSF: composition vs composite
I am starting development on a new web application which uses JSF 2 as the view technology. I have no prior experience with JSF and am a bit confused about the concepts.[详细]
2022-12-18 23:38 分类:问答