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
I\'m writing a composite com开发者_开发问答ponent, you have a special tag named: <composite:insertChildren />
I know that with JSF 2, facelets is the preferred view declaration language. Is JSP to jsf deprecated?
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
I have a JSF composite component which is a list of email addresses that can be dynamically added to, and deleted from:
I want to attach validator to composite component, and I want it to be attached to every child component inside:
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.
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
Is it possible to specify where the components within a composite component will be displayed on your webpage?
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