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> -- View this message in context: http://www.nabble.com/%3Chtml%3Aselect%3E-takes-more-time-for-populating-values.-tp15412021p15412021.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]