I's sorry but I don't undurstand what you are saying. I made a multivalue
field:

<fd:multivaluefield id="multi">
  <fd:label>mul</fd:label>
  <fd:datatype base="string">
 </fd:datatype>
  <fd:selection-list>
     <fd:item value="1"/>
   <fd:item value="2"/>
   <fd:item value="3">
       <fd:label>three</fd:label>
   </fd:item>
   <fd:item value="4"/>
   <fd:item value="5"/>
  </fd:selection-list>
</fd:multivaluefield>

but I dont undurstand what about: "styling set to 'checkbox' ". If you would
be so kind and give me an example I would be glad. And one more thing to be
shure that you undurstand my problem. I don't know exacly how many checkbox
will be. The number of them will be increasing...


Bartosz Zgodzinski

----- Original Message ----- 
From: "Marc Portier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 2004 10:10 PM
Subject: Re: REPEATER


> this sounds like a multi-value field with selection-list and styling set
> to 'checkbox' would better serve your needs
>
> -marc=
>
> Bartosz Zgodzinski wrote:
>
> > I want to make 5 (at the begining) booleanfields. So I use a repeater.
> >
> >  <fd:repeater id="stan" initial-size="5">
> >   <fd:label>repeater</fd:label>
> >   <fd:widgets>
> >    <fd:booleanfield id="specyfikacja">
> >      <fd:label>Specyfikacja</fd:label>
> >    </fd:booleanfield>
> >   </fd:widgets>
> >  </fd:repeater>
> >
> >
> > But i want to place a label nex to each bolean field and (to make it
more
> > difficult) every time it must be a different label. And one more thing:
how
> > to make the border disapear?
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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