Spring Web Flow Setup

Published: Sunday, 6 August 2006

Current Version

This document is based on spring 1.2.8, and spring web flow 1.0RC3

Define your page flow

For each page flow, create a new xml file ending with -flow.xml.

Your file should start with the following DTD:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE flow PUBLIC "-//SPRING//DTD WEBFLOW 1.0//EN" "http://www.springframework.org/dtd/spring-webflow-1.0.dtd">