The replace empty string with "noselect":)

-----Original Message-----
From: James Childers [mailto:[EMAIL PROTECTED] 
Sent: March 3, 2003 5:05 PM
To: Struts Users Mailing List
Subject: RE: Add blank option to select


I just had to do this about 30 minutes ago. All I did was:

<html:option value=""><html:message key="key.value" /></html:option>

Quick & dirty, and it doesn't add anything to your List. But I didn't
feel that adding empty entries to my List was something I really wanted
to do.

-= J

> -----Original Message-----
> From: Bredesen, Chris - NA US HQ Delray
> [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 03, 2003 3:51 PM
> To: Struts Users Mailing List (E-mail)
> Subject: Add blank option to select
> 
> What I need is to add a blank option to the select that is 
> not present in my
> data.  Since my List implementation is just an adaptor, and 
> not a new data
> structure, I cannot just add another member.  I tried doing a 
> Union in my
> SQL query to tack on a blank record but the crap DB API won't have it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to