Stuart,
I'm surprised no one has mentioned it yet, but I wouldn't recommend storing 
a list in your database. I'd recommend figuring out the normalized way to do 
it. I'm a bit confused as to what you're really storing. Is it that one 
article is related to other articles?

Back to the question at hand  - are you sure there aren't any spaces in your 
list? Have you tried this?
> <p>Article Related Links<br>
>
> <select name="articleRelatedLinks" multiple size="25">
> <cfoutput query="showAllTitles">
> <option value="#articleID#" <cfif 
> ListFind(replace(showArticle.articleRelatedLinks, " ", ""),
> articleID)>selected</cfif>>#articleTitle#</option>
> </cfoutput>
> </select>
>
> </p>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184373
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to