From 7f9d0c5276cbc3b55bd1d635940595db7cd7d968 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Wed, 9 Apr 2008 21:12:26 +0000 Subject: [PATCH] made ids unique --- 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 0419c154..5eb7d9e2 100644 --- a/spring-webflow-reference/src/views.xml +++ b/spring-webflow-reference/src/views.xml @@ -1,5 +1,5 @@ - + Rendering Views Introduction @@ -49,7 +49,7 @@ <view-state id="enterBookingDetails" view="/WEB-INF/hotels/booking/bookingDetails.xhtml"> - + Logical view ids With some view frameworks, such as Spring MVC's view framework, the view id may also be a logical identifier resolved by the framework: @@ -95,7 +95,7 @@ </on-render> - + Using the var tag to allocate view variables Use the var tag to declare a view variable.