Re: Populating dropdown

2008-02-11 Thread Jorge Martín Cuervo
Hi, Maybe you can divide your options in categories and use several dropdowns with an ajax loading. >From the user point of view, large data in dropdowns are not very usefull. El lun, 11-02-2008 a las 06:01 -0800, Jayaveeran escribió: > Hi all, > > I am populating a dropdown in my jsp which has

Re: Populating dropdown

2008-02-11 Thread Roger Varley
On Monday 11 February 2008 12:01, Jayaveeran wrote: > Hi all, > > I am populating a dropdown in my jsp which has more than 10,000 elements in > it. Since the record size is very huge the time taken for the JSP to load > is very high. I am using the folowing snippet to populate the dropdown. I > am

Re: Populating dropdown

2008-02-11 Thread Dave Newton
--- Jayaveeran <[EMAIL PROTECTED]> wrote: > I am populating a dropdown in my jsp which has more > than 10,000 elements in it. That's your first problem. > Since the record size is very huge the time taken for the JSP to load > is very high. I am using the folowing snippet to populate the dropdow

Re: Populating dropdown

2008-02-11 Thread Rushikesh Thakkar
Better option would be: using *autocompleter* instead of select. On Feb 11, 2008 3:01 PM, Jayaveeran <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am populating a dropdown in my jsp which has more than 10,000 elements > in > it. Since the record size is very huge the time taken for the JSP to load