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 using struts framework. Is there any other way that I can populate the
> dropdown to make it faster ? Please help.
>

I'd recommend re-thinking your design. Even if you could make the population 
of your drop-down faster, you're still going to have some serious useability 
issues with a dropdown of that size.

Regards
Roger

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

Reply via email to