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 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
> using struts framework. Is there any other way that I can populate the
> dropdown to make it faster ? Please help.   
> 
> 
>  <html:select property ='id' name="Form"
> onchange='<%="fnDoCheck("+rowIndex.intValue()+")"%>' style="width:300px">
>  <bean:define id ="List" property='id' name= "Object"/>
>   <html:options collection="List" labelProperty="value" property="name"/>
>    </html:select>
-- 
____________________________________
Jorge Martin Cuervo
 
Outsourcing Emarketplace
deFacto Powered by Standards
 
email <[EMAIL PROTECTED]>
voice +34 985 129 820
voice +34 660 026 384
____________________________________


[...]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to