[jboss-cvs] jboss-seam/examples/numberguess/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Thu Nov 16 18:19:26 EST 2006
User: gavin
Date: 06/11/16 18:19:26
Added: examples/numberguess/resources/WEB-INF pages.xml
Log:
use new stuff, and clean up model
Revision Changes Path
1.1 date: 2006/11/16 23:19:26; author: gavin; state: Exp;jboss-seam/examples/numberguess/resources/WEB-INF/pages.xml
Index: pages.xml
===================================================================
<!DOCTYPE pages PUBLIC
"-//JBoss/Seam Pages Configuration DTD 1.1//EN"
"http://jboss.com/products/seam/pages-1.1.dtd">
<pages>
<page view-id="/numberGuess.jspx">
<begin-conversation join="true" pageflow="numberGuess"/>
</page>
<page view-id="/confirm.jspx">
<begin-conversation nested="true" pageflow="cheat"/>
</page>
</pages>
More information about the jboss-cvs-commits
mailing list