Hi Johnson, in Cocoon Forms the boolean field should be defined as:
<fd:booleanfield id="..." state="..."> </fd:booleanfield> See http://cocoon.apache.org/2.1/userdocs/widgets/widget_booleanfield.html for more information on the boolean field. Regards, Jeroen Reijn 許議中 wrote: > Hi! > > I using the inplace edit, but boolean field redered to a text field, not > check box. > > <fd:field id="marquee"> > <fd:label><i18n:text>marquee</i18n:text></fd:label> > <fd:hint><i18n:text>marquee</i18n:text></fd:hint> > <fd:datatype base="boolean"/> > </fd:field> > > <ft:widget id="marquee" fi:type="inplace"/> > > johnson > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
