using templates in primefaces JSF
问题 I have main page index.xhtml with declared place to put content dependent on page clicked. <br> <div id="centerContent"> <ui:insert name="centerContent" > <ui:param name="mainTag" value="" /> <ui:include src="/template/commonContent.xhtml" /> </ui:insert> <h4>#{mainTag}</h4> </div> </br><br></br> <p:panel id="content"> <h:form> <h:inputText id="namez" ></h:inputText> </h:form> </p:panel> </p:layoutUnit> my template commonContent is: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC