RE: SELECT - Option selected

2011-02-17 Thread DURETTE, STEVEN J (ATTASIAIT)
ebruary 17, 2011 5:04 AM To: cf-talk Subject: Re: SELECT - Option selected I have a simple one: selected="selected" >AM selected="selected" >PM ~| Order the Adobe Coldfusion Anthology now! http://www.a

Re: SELECT - Option selected

2011-02-17 Thread Jason Fisher
Sent: Thursday, February 17, 2011 7:58 AM To: "cf-talk" Subject: Re: SELECT - Option selected I couldn't agree more. I abandoned CFFORM years ago. Sent from my iPhone On Feb 17, 2011, at 6:05 AM, Michael Grant wrote: > > In my experience CFForm is more trouble than it'

Re: SELECT - Option selected

2011-02-17 Thread Brian Cain
I couldn't agree more. I abandoned CFFORM years ago. Sent from my iPhone On Feb 17, 2011, at 6:05 AM, Michael Grant wrote: > > In my experience CFForm is more trouble than it's worth. I generally just > use regular forms + jquery to get elegant client-side validation. Much more > lightweight

Re: SELECT - Option selected

2011-02-17 Thread Michael Grant
In my experience CFForm is more trouble than it's worth. I generally just use regular forms + jquery to get elegant client-side validation. Much more lightweight and gives much more granular control over your form. On Thu, Feb 17, 2011 at 5:27 AM, Torrent Girl wrote: > > The solution was not t

Re: SELECT - Option selected

2011-02-17 Thread Torrent Girl
The solution was not to use CFFORM at all. it now works. > I have a simple one: > > > > selected="selected" > >AM > selected="selected" > >PM > > > > >depends on cfselect... > > > >in simple cfselect - one based on an in-page query, for example - you > > >can provide a value in the 'se

Re: SELECT - Option selected

2011-02-17 Thread Torrent Girl
I have a simple one: selected="selected" >AM selected="selected" >PM >depends on cfselect... > >in simple cfselect - one based on an in-page query, for example - you >can provide a value in the 'selected' attribute and an with >that value will be pre-selected. > >advanced cfselect - one

Re: SELECT - Option selected

2011-02-16 Thread Azadi Saryev
depends on cfselect... in simple cfselect - one based on an in-page query, for example - you can provide a value in the 'selected' attribute and an with that value will be pre-selected. advanced cfselect - one with a binding - does not support this functionality. but there are javascript wor

Re: SELECT - Option selected

2011-02-16 Thread Torrent Girl
Does this not work on cfselect? >If you are talking the HTML select element it is selected="selected" > >Sent from my iPhone > >On Feb 15, 2011, at 4:47 PM, Torrent Girl wrote: > >> ~| Order the Adobe Coldfusion Anthology now

Re: SELECT - Option selected

2011-02-15 Thread Brian Cain
If you are talking the HTML select element it is selected="selected" Sent from my iPhone On Feb 15, 2011, at 4:47 PM, Torrent Girl wrote: > > this is an old post but I am pulling my hair out as well. > > Does anyone know the answer to the select="true", select="selected" problem? > > It is

Re: SELECT - Option selected

2011-02-15 Thread Torrent Girl
this is an old post but I am pulling my hair out as well. Does anyone know the answer to the select="true", select="selected" problem? It is not working in IE or FF for me. TIA ~| Order the Adobe Coldfusion Anthology now! htt

Re: SELECT - Option selected

2007-06-27 Thread Will Tomlinson
I've run into this before with FF. I think when I made my changes, I cleared the cache and reloaded the page. Then it started working. I also like using Will ~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent int

Re: SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove ="true" and it should work. Andrew >Ok I've spent that last 2 hours tearing my hair out trying to figure out >what was wrong in my code. When I come to the realization to test it in IE >and bam it works. I have a dynamically generated Select drop down that >marked the option tag selected

Re: SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove ="true" and it should work. Andrew. >Ok I've spent that last 2 hours tearing my hair out trying to figure out >what was wrong in my code. When I come to the realization to test it in IE >and bam it works. I have a dynamically generated Select drop down that >marked the option tag selected

Re: SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove ="true" and it should work selected>#Description# Andrew. >Ok I've spent that last 2 hours tearing my hair out trying to figure out >what was wrong in my code. When I come to the realization to test it in IE >and bam it works. I have a dynamically generated Select drop down that >mar