From bcd4f0dcc166252b141cb81693d5c3c6d46311d5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 26 Apr 2008 05:54:07 +0000 Subject: [PATCH] history on transition --- spring-webflow-reference/src/views.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml index 9c711ce4..df9c692e 100644 --- a/spring-webflow-reference/src/views.xml +++ b/spring-webflow-reference/src/views.xml @@ -351,7 +351,7 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy View backtracking By default, when you exit a view state and transition to a new view state, you can go back to the previous state using the browser back button. - These view state history policies are configurable on a per view-state basis by using the history attribute. + These view state history policies are configurable on a per-transition basis by using the history attribute. Discarding history @@ -359,7 +359,7 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy Set the history attribute to discard to prevent backtracking to a view: ]]> +]]> @@ -368,7 +368,7 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy Set the history attribute to invalidate to prevent backtracking to a view as well all previously displayed views: ]]> +]]>