I was using
to separate my components and it worked for me, but apart from that it occupied many, which I did not like as much as it looked, in my xhtml they added the following
<!DOCTYPE html>
<ui:composition template="/templates/layout.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui">
<ui:define name="content">
</ui:define>
</ui:composition>
javax.faces.view.facelets.FaceletException: Error Parsing Error Traced[line: 320] Se hizo referencia a la entidad "nbsp", pero no se declaró.
then I have everything stacked, how can I give those spaces with css? I'm using primefaces