i want to display a JSF custom Component (i think it's the same way like a normal component).
List<String> components = new ArrayList<String>();
components.add("<p:commandButton />");
This is how it works, and i want to display the Jsf component rendered. At the moment, it's rendered as rich text.
Is there a way?
<p:outputPanel>#{list.get(0)}</p:outputPanel>