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
;fnDoCheck("+rowIndex.intValue()+")"%>' style="width:300px"> > > > > -- > View this message in context: > http://www.nabble.com/Populating-dropdown-tp15412021p15412021.html > Sent from the Struts - User mailing list archive at Nabble.com. > >