Re: multiselect checkbox inside multiselect dropdown

2005-06-30 Thread Wendy Smoak
From: "Vicky" <[EMAIL PROTECTED]> Anybody with the solutions please? This is too complex a problem for anyone to be able to hand you a complete solution. In particular, what you're describing (checkboxes *inside* a dropdown) doesn't really exist from an HTML standpoint. That's why I sugge

Re: multiselect checkbox inside multiselect dropdown

2005-06-30 Thread Nitesh
quot;Vicky" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 30, 2005 4:26 PM Subject: Re: multiselect checkbox inside multiselect dropdown Anybody with the solutions please? --- Vicky <[EMAIL PROTECTED]> wrote: I need to design a con

Re: multiselect checkbox inside multiselect dropdown

2005-06-30 Thread Vicky
Anybody with the solutions please? --- Vicky <[EMAIL PROTECTED]> wrote: > I need to design a control on Struts UI page with > following functionalities. > > * I have two attributes: Region, office. I have to > design following tree structure on UI > +Region 1 (checkbox) > office1 (checkbox) > of

Re: multiselect checkbox inside multiselect dropdown

2005-06-29 Thread Wendy Smoak
From: "Vicky" <[EMAIL PROTECTED]> Based on above UI (which I don't quite sure how to achieve in multi select dropdown) if user selects office1 thenregion1 should get selected automatically. If user selects Region 2 then it should select all offices underneadh automatically. can anyone guide me