ivelin 2002/09/22 20:57:18
Modified: src/webapp/samples/xmlform/wizard deployment.xml system.xml
userIdentity.xml
Log:
minor update
Revision Changes Path
1.5 +3 -3 xml-cocoon2/src/webapp/samples/xmlform/wizard/deployment.xml
Index: deployment.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/wizard/deployment.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- deployment.xml 28 Jul 2002 14:08:26 -0000 1.4
+++ deployment.xml 23 Sep 2002 03:57:18 -0000 1.5
@@ -13,15 +13,15 @@
<error>
<xf:violations class="error"/>
</error>
- <xf:textbox ref="number">
+ <xf:textbox ref="/number">
<xf:caption>Number of deployments</xf:caption>
<xf:violations class="error"/>
</xf:textbox>
- <xf:textbox ref="liveUrl">
+ <xf:textbox ref="/liveUrl">
<xf:caption>Live URL</xf:caption>
<xf:violations class="error"/>
</xf:textbox>
- <xf:selectBoolean ref="publish">
+ <xf:selectBoolean ref="/publish">
<xf:caption>Publish</xf:caption>
</xf:selectBoolean>
<xf:group nodeset="" id="favorites_group">
1.6 +1 -1 xml-cocoon2/src/webapp/samples/xmlform/wizard/system.xml
Index: system.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/wizard/system.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- system.xml 28 Jul 2002 14:08:26 -0000 1.5
+++ system.xml 23 Sep 2002 03:57:18 -0000 1.6
@@ -13,7 +13,7 @@
<error>
<xf:violations class="error"/>
</error>
- <xf:group ref="system">
+ <xf:group ref="/system">
<xf:selectOne ref="os" selectUIType="radio">
<xf:caption>OS</xf:caption>
<xf:item id="unix">
1.7 +7 -7 xml-cocoon2/src/webapp/samples/xmlform/wizard/userIdentity.xml
Index: userIdentity.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/wizard/userIdentity.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- userIdentity.xml 8 Sep 2002 12:20:59 -0000 1.6
+++ userIdentity.xml 23 Sep 2002 03:57:18 -0000 1.7
@@ -13,23 +13,23 @@
<error>
<xf:violations class="error"/>
</error>
- <xf:textbox ref="firstName">
+ <xf:textbox ref="/firstName">
<xf:caption>First Name</xf:caption>
<xf:violations class="error"/>
</xf:textbox>
- <xf:textbox ref="lastName">
+ <xf:textbox ref="/lastName">
<xf:caption>Last Name</xf:caption>
<xf:violations class="error"/>
</xf:textbox>
- <xf:textbox ref="email">
+ <xf:textbox ref="/email">
<xf:caption>Email</xf:caption>
<xf:violations class="error"/>
</xf:textbox>
- <xf:textbox ref="age">
+ <xf:textbox ref="/age">
<xf:caption>Age</xf:caption>
<xf:violations class="error"/>
</xf:textbox>
- <xf:selectMany ref="role" selectUIType="listbox">
+ <xf:selectMany ref="/role" selectUIType="listbox">
<xf:caption>Professional roles</xf:caption>
<xf:item>
<xf:caption>Geek</xf:caption>
@@ -68,9 +68,9 @@
<xf:value>Heir of the Apache tribe</xf:value>
</xf:item>
</xf:selectMany>
- <xf:selectMany ref="hobby" selectUIType="checkbox">
+ <xf:selectMany ref="/hobby" selectUIType="checkbox">
<xf:caption>Hobbies</xf:caption>
- <xf:itemset nodeset="/allHobbies">
+ <xf:itemset nodeset="allHobbies">
<xf:caption ref="value"/>
<xf:value ref="key"/>
</xf:itemset>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]