Form values really should be strings. There are reasons for this, and they've been discussed lots of times in this list already. Use Strings for your form beans and match the value in the form bean with the value in the HTML form. Actually, your scenario is an illustration of why they really should be strings.
--- Matthew Hegarty <[EMAIL PROTECTED]> wrote: > > If you want the option with a '' value to be selected, set the > corresponding > > property in your bean to ''. > > I can't because the type is Boolean. > I was wanting to display the empty option if the value returned is null. > __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]