[OT] Re: [S1] how to get a scrollable checkbox list

2008-11-15 Thread Dave Newton
AFAIK there's no way to get complicated HTML into a standard HTML select box; this doesn't have anything to do with Struts though. You can (somewhat, anyway?) duplicate the effect with a scrollable DIV, although you'd have to handle most of the normal select semantics yourself. I'd be more like

[S1] how to get a scrollable checkbox list

2008-11-15 Thread Lalchandra Rampersaud
hello all, i was wondering if it is possible at all to get checkboxes into a select in struts... any help would be appreciated. here is a sample code that i used although it did not work the way i wanted it to. the checkboxes are being placed outside of the select component. dada