I found a problem with binding data to woody form.

Example:
In this example binding works perfectly..

XML data for binding:
<MyFactor>55</MyFactor>

Form definition:
<wd:field id="myfactor">
  <wd:label>My facor:</wd:label>
  <wd:datatype base="string"/>
</wd:field>

But if we change datatype in definition to
<wd:datatype base="float"/>
error shows up, that Cocoon expected float data and it recived string type..

Of course it's a string which should be parsed into float, but it's not.
Why? Is it my fault?


Please someone check it or give an advice (if it's my falut). Maybe it's a
case for Bugzilla.

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

Reply via email to