Files
spring-ldap/common-build/templates/spring-webflow/flow-definition-1.0.xml
Ben Hale a658f81bdd
2006-12-18 22:03:24 +00:00

12 lines
421 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<flow xmlns="http://www.springframework.org/schema/webflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/webflow
http://www.springframework.org/schema/webflow/spring-webflow-1.0.xsd">
<start-state idref="yourStartStateId" />
<!-- Define your states here -->
</flow>