How to implement a dynamic list with a JSF 2.0 Composite Component?
I asked this question and although the answer directly satisfied my needs I am left with a feeling that there has to a simpler solution for this specific problem. I would like to have a composite component that accepts a list of items (The type of the items agreed upon so the members can be used freely within the composite component) The CC (composite component) display the list of items and allows for addition and subtraction of items. I would like to do this in the most simple and efficient manner. To illustrate the problem, an example: The definition should be rather simple (unless of