Re: cfselect url bind

2009-12-08 Thread Azadi Saryev
you can specify which event triggers the binding by including @[event-name] in the binding parameter: {y...@change} for example will trigger the binding when the value of year field changes. you can also specify @none to prevent the field triggering the binding, but still use the field's value as

Re: cfselect url bind

2009-12-08 Thread Won Lee
On Tue, Dec 8, 2009 at 11:00 AM, Sean Sekora wrote: > > I have the following cfselect > > bind="url:lookup.cfc?method=getType&year={year}&make={make}&model={model}" > bindonload="false" /> > > Is there a way to prevent the lookup from being executed until all the > required values have been set

cfselect url bind

2009-12-08 Thread Sean Sekora
I have the following cfselect Is there a way to prevent the lookup from being executed until all the required values have been set? ~| Want to reach the ColdFusion community with something they want? Let them know on the Ho