1. JSF ResponseWriter custom components stackoverflow.comI know about startElement, endElement, and writeAttribute methods on ResponseWriter. My problem is that I want to for example output a h:commandLink by declaring it like HtmlCommandLink link = new HtmlCommandLink(); ... |
2. How to add existing JSF components to my own custom components? stackoverflow.comI have a tag class which extends UIComponent and UIOutput. In this class I have encodeBegin and encodeEnd which I can use my contextWriter to output any kinda html tag I ... |
3. Custom Facelets-Tag with multiple Child-Components in h:panelGrid stackoverflow.comI have written a custom tag extending |