Nope.  You'll have to do it using <select> and <option> tags.. wrap a
cfoutput around <option>.. and make it selected (<option .... checked....>)
according to whatever conditionality you need.

Billy

----- Original Message -----
From: "Jeff Trull" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 17, 2000 1:57 PM
Subject: <CFSELECT> with multiple values pre-selected problem


Is there a way to load a CFSELECT box with multiple values preselected when
querying from a table?

This structure returns one value preselected?

  <cfselect name="Medium"
   size="6"
   query="GetMedium"
   value="MediumID"
   display="MediumList"
   multiple="Yes"
   selected="#Medium#"
   message="Please select at least one medium you work with."
   required="Yes">
  </cfselect>

If anyone can help please post to the list or email me directly at
[EMAIL PROTECTED]

Thanks,
Jeff

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to