Hi,

How can I use Intake to get doubles from intake forms ? With
turbine-2.2.jar, I get the following exception :
Exception : org.apache.turbine.util.TurbineException : Unsupported type :
double
at
org.apache.turbine.services.intake.model.FieldFactory.getInstance(FieldFacto
ry.java:194)

"double" is valid according to DTD.



Second problem :
VARCHAR is limited to 255 characters in MySQL. A string in my application
must be up to 8192 characters long. I map it to a BLOB in the database
schema. The problem arises when I try to setProperties(object) after an
intake validation : a type mismatch exception is thrown. I have tried to
define a "public void setMyString(String s)" with a s.getBytes() to call the
setMyString(bytes[] v) in the BaseObject, but it does not work properly.


As regards the first problem (double), I think I must try turbine 2.3. Is
this correct ?

Any help would be greatly appreciated.

Thanks in advance.

                            Lo�c QUERAN


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to