You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Matt Redman <Ma...@hass.com.au> on 2003/05/29 06:07:06 UTC

Problem with html:select

Hi,
I have a form with a list of about 300 odd names that I need to be displayed
in a
drop down list. The code in the jsp page is this:
 
 <html:select size="1" property="users" styleClass="DropDown" tabindex="4">
   <logic:present name="UserCollection">
     <html:options collection="UserCollection" property="userId"
labelProperty="userName"/>
   </logic:present>
 </html:select>
 
The problem is, it generates about 200 odd of the list and then just stops.
Anyone have any ideas whats going on?
 
Matt.
__________________________________________________________
Disclaimer: 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom 
they are addressed. 

If you have received this email in error, please notify the addressee 
by return email and delete the email. 

This email transmission is the property of HAS Solutions and any 
information it contains is legally protected. HAS Solutions has no liability

(including liability in negligence) to any person for any loss or damage
consequential or otherwise suffered or incurred by that person resulting
directly or indirectly from either the use of, or reliance on, the
information contained herein.
__________________________________________________________