JSF/PrimeFaces: Issue in pages with a layout
问题 I have a problem with my JSF page which uses PrimeFaces components. As it may get long and boring quickly, I try to be as brief as possible. Consider this managed bean: @Named(value = "testBean") @RequestScoped public class TestBean implements Serializable { private String test; public String update() { test = "Updated."; return "test"; } // Getters and Setters... } Here's the body of test.xhtml , with irrelevant content and styles removed: <h:body> <p:layout id="layout" fullPage="true"> <p