Hi! I use a select-tag im my JSP. But now a have a performance problem, because I have an options-list with more than 100 entrys. Is there someone who can tell me hot to make this faster (better way to do this!).
My Settings: JSP: <html:select property="land2"> <html:optionsCollection property="landliste" label="name" value="code"/> </html:select> Form-Object: public Vector getLandliste() { // Returns a Vector with Land-List-Entry-Objects } Thanks: Marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>