this work for multiple with 10 selected!
(product_present.selectedItems[1].data == '10'

so how do i do the OR

 visible="{product_present.selectedItem.data == '10' OR
product_present.selectedItems[1].data == '10'} "



On Wed, Feb 25, 2009 at 11:34 AM, Paul Ihrig <[email protected]> wrote:
> Hey guys
> i have a text field that i display if 'other' is selected in a cfselect
> visible="{product_present.selectedItem.data == '10'}"
>
> but this only works if 'other' is the only selection or if 'other' is
> the last thing selected.
> i basically need a Contains or IN operator instead of the ==
>
> any ideas?
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319795
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to