From e26e7c3203187584effa9b302f52097638027642 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Fri, 12 Oct 2007 21:55:16 +0000 Subject: [PATCH] Enabled debug logging for spring-faces Switched to client state saving for JSF. --- .../src/main/webapp/WEB-INF/classes/log4j.properties | 1 + .../booking-jsf/src/main/webapp/WEB-INF/web.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties index c832d830..992d816d 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties @@ -6,5 +6,6 @@ log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n # Enable web flow logging log4j.category.org.springframework.webflow=DEBUG +log4j.category.org.springframework.faces=DEBUG log4j.category.org.springframework.binding=DEBUG log4j.category.org.springframework.transaction=DEBUG \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml index e25c30f6..8018953a 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml @@ -9,6 +9,12 @@ javax.faces.DEFAULT_SUFFIX .xhtml + + + + javax.faces.STATE_SAVING_METHOD + client +