I'm creating a simple menuing composite component in JSF 2. However, I am unable to pass a String attribute into the composite component to use in the action attribute of ...
I would like to store the response generated by the encodeAll() method of a UIComponent into a string to use the content somewhere else.
I alread tried to set up a FacesContextWrapper ...