composite-component
Android: InflateException on composite component
I\'m creating a pretty complex composite component which throws an InflateException with an unknown cause. I was able to replicate the error in a simplified version below, which is just a component wi[详细]
2023-03-22 00:32 分类:问答Problem with PrimeFaces and Composite Components
I have a piece of code similar to \"Data Table - Instant Row Selection\". However, when I break it down into composite components the selection values are not displayed. I have a suspicion it\'s cause[详细]
2023-03-21 21:51 分类:问答Using resources of composite components from an external JAR
I am using my composite components in an external jar-archive. In my jar-archive i have resources like images and css-files. 开发者_如何学运维For example, one of my components uses a button with an im[详细]
2023-03-21 18:17 分类:问答JSF2 composite component - condition on method attribute existenc
I have a simple composite component with an optional ajax listener implemented with the richfaces a4j:ajax component.[详细]
2023-03-21 11:48 分类:问答f:selectItem inside of a composite component
I\'m trying to create my own selectManyCheckbox with composite components. But when I try to use my own selectItem component, t开发者_运维知识库he items won\'t be rendered.[详细]
2023-03-20 20:31 分类:问答Is it possible to call parameterized method-signature inside a composite-component?
im currently creating a JSF composite-component with a method signature that can accept parameters. Here\'s the excerpt :[详细]
2023-03-18 01:56 分类:问答Binding a managed bean instance to composite component
I have a composite component (collapsiblePanel). The component uses the \"collapsible\" bean to provide the toggle function. When I use the same component multiple times on a page, each instance of th[详细]
2023-03-18 00:54 分类:问答JSF 2 h:message in composite component can't find id of input
I have the following working code: <h:outputLabel value=\"Name:\" for=\"nameField\"/> <h:panelGroup>[详细]
2023-03-18 00:50 分类:问答java.lang.IllegalStateException: Component ID already been found in the view
I have been getting this error. I added id\'s to all the components and also changed the session scope after reading a few other suggestions on stackOverflow.[详细]
2023-03-17 23:20 分类:问答JSF 2 - How can I add an Ajax listener method to composite component interface?
I have a JSF 2 composite component that employs some Ajax behavior. I want to add a listener method to the <f:ajax> tag inside my composite component, but the listener method should be provided[详细]
2023-03-15 08:52 分类:问答