[seam-commits] Seam SVN: r8788 - trunk/examples/numberguess/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Aug 22 18:44:32 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-08-22 18:44:32 -0400 (Fri, 22 Aug 2008)
New Revision: 8788
Modified:
trunk/examples/numberguess/resources/WEB-INF/components.xml
Log:
Fix pageflow ordering problem
Modified: trunk/examples/numberguess/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/numberguess/resources/WEB-INF/components.xml 2008-08-22 22:25:36 UTC (rev 8787)
+++ trunk/examples/numberguess/resources/WEB-INF/components.xml 2008-08-22 22:44:32 UTC (rev 8788)
@@ -1,15 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
- xmlns:bpm="http://jboss.com/products/seam/bpm"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.1.xsd
+ xmlns:bpm="http://jboss.com/products/seam/bpm"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.1.xsd
http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
- <component name="numberGuess">
- <property name="maxGuesses">10</property>
- </component>
+ <component name="numberGuess">
+ <property name="maxGuesses">10</property>
+ </component>
- <bpm:jbpm />
+ <bpm:jbpm>
+ <bpm:pageflow-definitions>
+ <value>cheat.jpdl.xml</value>
+ <value>pageflow.jpdl.xml</value>
+ </bpm:pageflow-definitions>
+ </bpm:jbpm>
</components>
More information about the seam-commits
mailing list