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]



Reply via email to