added flow descriptions

This commit is contained in:
Keith Donald
2007-08-21 06:26:47 +00:00
parent e4c16625a2
commit 1cb556c215
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
xsi:schemaLocation="http://www.springframework.org/schema/webflow
http://www.springframework.org/schema/webflow/spring-webflow-1.0.xsd">
<attribute name="description" value="The flow that handles the process of booking a hotel for a user"/>
<!--
Indicates this flow requires a persistence context
One will be created automatically when this flow starts; all data access will use it automatically

View File

@@ -4,6 +4,8 @@
xsi:schemaLocation="http://www.springframework.org/schema/webflow
http://www.springframework.org/schema/webflow/spring-webflow-1.0.xsd">
<attribute name="description" value="The main flow of the application that handles searching for hotels to book"/>
<var name="searchCriteria" class="org.springframework.webflow.samples.booking.flow.main.SearchCriteria" scope="flow" />
<start-actions>