unico 2003/11/28 09:37:33
Modified: src/blocks/ojb/samples/woody employee.xml
Log:
fixing bugzilla bug 25056 thanks to Arthur Bogaard ([EMAIL PROTECTED])
Revision Changes Path
1.5 +7 -5 cocoon-2.1/src/blocks/ojb/samples/woody/employee.xml
Index: employee.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/ojb/samples/woody/employee.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- employee.xml 10 Oct 2003 16:00:46 -0000 1.4
+++ employee.xml 28 Nov 2003 17:37:33 -0000 1.5
@@ -56,9 +56,10 @@
* @author <a href="mailto:[EMAIL PROTECTED]>Antonio Gallardo</a>
* @version CVS $Revision$ $Date$
-->
-<wd:form xmlns:wd="http://apache.org/cocoon/woody/definition/1.0"
- xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
-
+<wd:form xmlns:wd="http://apache.org/cocoon/woody/definition/1.0"
+ xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
+
+ <wd:widgets>
<wd:field id="id" required="true">
<wd:label>ID :</wd:label>
<wd:datatype base="integer">
@@ -82,5 +83,6 @@
<wd:datatype base="integer">
</wd:datatype>
</wd:field>
+ </wd:widgets>
</wd:form>