composite-component
Primefaces sources jsf
I\'ve downloaded primefaces sources to 开发者_高级运维see if I can learn from them. The jar contains a bunch of java classes that use writers to handle the rendering etc. I was expecting to find some[详细]
2023-02-12 00:33 分类:问答In JSF2, how to know if composite component has children?
I\'m writing a composite com开发者_开发问答ponent, you have a special tag named: <composite:insertChildren />[详细]
2023-02-10 17:56 分类:问答JSF view calculations
I know that with JSF 2, facelets is the preferred view declaration language. Is JSP to jsf deprecated?[详细]
2023-02-08 15:45 分类:问答Java facelets dynamic loading and composite component attributes
Currently I\'m trying to implement webpart technology with JavaServer Faces 2.0 with Facelets view technology for educational purposes. I have created facelet templates, facelet custom components and[详细]
2023-02-07 18:00 分类:问答JSF2 composite cc.attrs expression does not evaluate action parameters correctly
I have a JSF composite component which is a list of email addresses that can be dynamically added to, and deleted from:[详细]
2023-01-29 16:05 分类:问答Validator for composite component validates, but also throws exception
I want to attach validator to composite component, and I want it to be attached to every child component inside:[详细]
2023-01-28 04:38 分类:问答JSF composite component validation
I want to create composite component and attach some validators to it\'s children, but I want message from validation to be attached to composite component, not to it\'s child.[详细]
2023-01-27 19:35 分类:问答Adding JSF UIComponent as composite component child renders nothing
I have a custom UIComponent, which renders ok when called directly from the base facelet template (I guess this makes it a direct child of UIComponentBodyTag). However, when it is called within a comp[详细]
2023-01-26 07:24 分类:问答Customize where components within the composite components will be placed in the webpage
Is it possible to specify where the components within a composite component will be displayed on your webpage?[详细]
2023-01-24 21:04 分类:问答Composite component required attribute throws exception in Mojarra 2.0.3
I\'ve been playing around with JSF 2.0 composite components but I\'m a bit confused as to what the require attribute in the composite:attribute tag is meant to do.The documentation says that the requi[详细]
2023-01-23 11:41 分类:问答