change to <fd:item value='true'> ? the same
change to <fd:item true='true'> ? the both option value change to ""

Best Regards

Johnson Hsu

----- Original Message ----- 
From: "Marc Portier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 11, 2004 4:01 PM
Subject: Re: is it a cform field widget bug?


>
>
> Johnson wrote:
> > Hi!
> >
> > I use field widget to represent a boolean field , like below
> >
> >  <fd:field id="dc">
> >       <fd:label><i18n:text key="dc">dc:</i18n:text></fd:label>
> >       <fd:datatype base="boolean">
> >       </fd:datatype>
> >  <fd:selection-list>
> >    <fd:item value="false">
> >       <fd:label><i18n:text key="single">single</i18n:text></fd:label>
> >    </fd:item>
> >    <fd:item value="ture">
>                      ^^^^
>
> you might want to try with 'true' in stead
>
> -marc=
>
> >       <fd:label><i18n:text key="double">double</i18n:text></fd:label>
> >    </fd:item>
> >  </fd:selection-list>
> >     </fd:field>
> >
> > when I run the form,the source is below.
> >
> > <select name="" id="dc" title=""><option
> > value="false">single</option><option
value="false">double</option></select>
> >
> > both the value is false!
> >
> > is it a bug?
> >
> > Best Regards
> >
> > Johnson Hsu
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> -- 
> Marc Portier                            http://outerthought.org/
> Outerthought - Open Source, Java & XML Competence Support Center
> Read my weblog at                http://blogs.cocoondev.org/mpo/
> [EMAIL PROTECTED]                              [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> 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]

Reply via email to