>>>>> "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes:


    Bruno> plain is the right one

    Bruno> The above doesn't show where you put that element.



    Bruno>  Anyway, it's explained over here:
    Bruno> http://cocoon.apache.org/2.1/userdocs/forms/binding.html#fb%3Avalue

Not very well, I think, as I can't see any mention of a boolean
datatype.

    Bruno> so you have to add a datatype element also.

Where?

I've tried this without sucess.:

  <fb:on-bind>
        <!-- executed on updates AND right after the insert -->
      <fb:value id="date" path="@date" />
      <fb:value id="start-time"  path="@time"  />
      <fb:value id="finish-time"     path="@finish-at" />
      <fb:value id="suppression"     path="boolean(@suppress-recurring)">
        <fb:converter datatype="boolean" type="plain"/>
      </fb:value>
      <fb:value id="title"     path="title"     />
      <fb:value id="location"     path="location"     />
    </fb:on-bind>
-- 
Colin Paul Adams
Preston Lancashire

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

Reply via email to