Results 1 to 2 of 2
Thread: Multiselect list in coldfusion
-
01-09-2010, 03:41 PM #1
Multiselect list in coldfusion
Question may seem very basic!
how can we handle muti-select box while processing a form....
i.e. for html select box we just get the value like #attributes.selectName#
but how will we take values for multiple select List ?
-
02-02-2010, 11:17 AM #2
Just like you do a single select list: #scope.selectName#. (Though it is usually #form.selectName#)
Multiple selections are passed as a single comma delimited list. So say you selected three items from a list, on your action page the value might be:
#form.selectName# = "apples,pears,oranges"
Similar Threads
-
Basic html tutorial
By Richaexpert in forum Graphics Design & Web DesignReplies: 26Last Post: 08-11-2011, 02:53 AM -
List Building Strategies For Increasing Your Earnings And List Size!!
By DotComBum in forum Marketplace - Buy, Sell & TradeReplies: 1Last Post: 04-22-2010, 01:14 AM -
newbie questions on generating Word document from ColdFusion
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:35 AM -
New to coldfusion, trying to get multiple features associated with one list
By Abina in forum ColdFusionReplies: 1Last Post: 01-31-2010, 11:02 AM -
What is coldfusion?
By wujijiangjun in forum ColdFusionReplies: 8Last Post: 01-05-2010, 09:59 AM




Reply With Quote

