composite-component
Composite component inside a ui:repeat, causes actionSource to not fire
OK, I\'m guessing that this might be a bug but I\'m not totally sure.Can anyone see what I\'m doing wrong?[详细]
2023-04-13 09:14 分类:问答Multiple <cc:insertChildren /> in the same composite component
I\'m trying to do a composite component with union of a autoComplete and a dataTable. Like this: <util:myCustomComp ...>[详细]
2023-04-10 11:16 分类:问答Call JSF action method from custom component with parameters and table
I\'m trying to make a composite component containing a table with a commandButton on each row, calling an actionmethod taking the row object as a parameter. It would look like this without being a cus[详细]
2023-04-10 00:28 分类:问答Making a Composite Component in JSF2
I have a problem with my composite component in JSF2. I implement a list using ui and li. But if I use my component nothing happens. My list-tag is not replaced in code generated by facelet. So whats[详细]
2023-04-09 00:32 分类:问答use validateRequired through composite component
I\'m trying to forward \"f:validateRequired\" validator through a composite component without using required attribute.[详细]
2023-04-09 00:22 分类:问答outside f:ajax for composite component
Is there a way I can create a composite component that can receive an <f:ajax> tag from outside?[详细]
2023-04-07 09:51 分类:问答Include a javascript for composite component only once in a page despite of composite components themselves used multiple times
How do I include a JavaScript code only once for 开发者_如何学运维multiple usages of acomposite component on a page?[详细]
2023-04-04 03:29 分类:问答setPropertyActionListener on commandLink inside ui:repeat with a composite component
I\'ve created a composite component that has a commandLink embedded inside of a ui:repeat.I need to be able to dynamically change the method that is called via the commandLink\'s action property but i[详细]
2023-04-03 15:20 分类:问答UIInput values inside cc:insertChildren are not redisplayed after validation failure
Update: Updated once more now. I think my previous analysis was wrong, because I have now been able to create an example for this. It appears to be related to composite components and the insertChildr[详细]
2023-04-03 07:00 分类:问答Problem with evaluating El expressionin combination with seam 3 and JSF2 composite component valueChangeListener
i have following construct: @Named public class SpecificAction extends BasicAction { public void calulateSomething(ValueChangeEvent event) {...}[详细]
2023-04-02 08:27 分类:问答