<?xml version="1.0" encoding="UTF-8"?>
<!--
  -  Copyright 2001-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
  -  Distributed under the terms of either:
  -  * the common development and distribution license (CDDL), v1.0; or
  -  * the GNU Lesser General Public License, v2.1 or later
  -  $Id: advancedcontinuations.xml 3308 2006-06-15 18:54:14Z gbevin $
  -->

<!DOCTYPE site SYSTEM "/dtd/site.dtd">

<site>
    <arrival destid="Order"/>
    
	<element id="Order" url="order" implementation="Order">
		
		<submission name="selectShipping">
			<bean classname="OrderData" group="shipping"/>
		</submission>
		
		<submission name="provideCreditCard">
			<bean classname="OrderData" group="creditcard"/>
			<param name="back1"/>
		</submission>
		
		<submission name="goBack">
			<param name="back2"/>
		</submission>
		
	</element>
</site>
