How to code the boolean datatype in a descriptor?

2002-08-28 Thread Antonio Gallardo Rivera
I am using cocoon to let the users fill a database. I am using Cocoon 2.03, Tomcat 4.1.9 and Java 1.4.1 on Linux. I wrote the following descriptor: root parameter name=id nullable=no type=long default=1/ parameter name=nombre nullable=no max-len=50 min-len=3 type=string/ parameter

[Cocoon] SUMMARY: How to code the boolean datatype in a descriptor?

2002-08-28 Thread Antonio Gallardo Rivera
Hi: To answer my own question. Nobody reply my question. I was researching the Cocoon 2.0.3 source code The answer is: THERE IS NO A BOOLEAN DATA TYPE. I must change the DB Schema to rebuild a new database. Valid datatypes are ONLY (see the file AbtractDatabaseAction.java inside the