RE: sorting drop down values in a drop box in jsp

2004-03-10 Thread Brian Lee
ist <[EMAIL PROTECTED]> Subject: RE: sorting drop down values in a drop box in jsp Date: Wed, 10 Mar 2004 12:04:13 -0700 > From: as as [mailto:[EMAIL PROTECTED] > Looking for aeasy way to sort entries in the drop down in my > jsp, that are populated using the bean and tag > with options

RE: sorting drop down values in a drop box in jsp

2004-03-10 Thread Wendy Smoak
> From: as as [mailto:[EMAIL PROTECTED] > Looking for aeasy way to sort entries in the drop down in my > jsp, that are populated using the bean and tag > with options: collection: > my code as of now is below: > > labelProperty="fullName"/> > I do this to display a bunch of checkboxes sor

Re: sorting drop down values in a drop box in jsp

2004-03-10 Thread Larry Meadors
Do it in the action? >>> [EMAIL PROTECTED] 03/10/04 11:48 AM >>> Hi, Looking for aeasy way to sort entries in the drop down in my jsp, that are populated using the bean and tag with options: collection: my code as of now is below: "> My other approach to create same drop d