Re: cfoutput in a cfouput

2008-05-28 Thread Mark Atkinson
Good morning Chad,

Try it without the group attribute in the foo query output.

Cheers,
Mark

Chad Gray wrote:
 Since when have we been able to nest cfoutputs?

 I have always thought that you could not do this.  Maybe it was a CF4.5/5.0 
 thing and in never learned it was possible in MX?

 I just tried this and it works in my CF8 installation:

 cfoutput query=foo group=id
 #foo.id#br
 cfoutput#foo.b#br/cfoutput

 /cfoutput


 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306146
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfoutput in a cfouput

2008-05-28 Thread Chad Gray
Since when have we been able to nest cfoutputs?

I have always thought that you could not do this.  Maybe it was a CF4.5/5.0 
thing and in never learned it was possible in MX?

I just tried this and it works in my CF8 installation:

cfoutput query=foo group=id
#foo.id#br
cfoutput#foo.b#br/cfoutput

/cfoutput


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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306145
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfoutput in a cfouput

2008-05-28 Thread Andy Matthews
You've always been able to nest outputs when placed within a grouped output.


-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 8:48 AM
To: CF-Talk
Subject: cfoutput in a cfouput

Since when have we been able to nest cfoutputs?

I have always thought that you could not do this.  Maybe it was a CF4.5/5.0
thing and in never learned it was possible in MX?

I just tried this and it works in my CF8 installation:

cfoutput query=foo group=id
#foo.id#br
cfoutput#foo.b#br/cfoutput

/cfoutput




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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306148
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfoutput in a cfouput

2008-05-28 Thread Charlie Griefer
On Wed, May 28, 2008 at 6:47 AM, Chad Gray [EMAIL PROTECTED] wrote:
 Since when have we been able to nest cfoutputs?

 I have always thought that you could not do this.  Maybe it was a CF4.5/5.0 
 thing and in never learned it was possible in MX?

 I just tried this and it works in my CF8 installation:

 cfoutput query=foo group=id
 #foo.id#br
 cfoutput#foo.b#br/cfoutput

 /cfoutput

you've always been able to nest cfoutputs within one another when the
outer cfoutput made use of the group attribute.  i'm pretty sure the
docs have always, even back in the day, said something to the effect
of you cannot nest cfoutput tags *unless the outermost tag used the
group attribute*.

as an aside...
as of cfmx (i believe), it became possible to do
cfoutputcfoutput#now()#/cfoutput/cfoutput.  it's not something
that i recall ever being announced as a feature ...or bug... it
just started working.

-- 
A byte walks into a bar and orders a pint. Bartender asks him What's
wrong? Byte says Parity error. Bartender nods and says Yeah, I
thought you looked a bit off.

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306151
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfoutput in a cfouput

2008-05-28 Thread Rick Faircloth
But why would you ever want to next cfoutput tags?

Rick

 -Original Message-
 From: Charlie Griefer [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 28, 2008 10:55 AM
 To: CF-Talk
 Subject: Re: cfoutput in a cfouput
 
 you've always been able to nest cfoutputs within one another when the
 outer cfoutput made use of the group attribute.  i'm pretty sure the
 docs have always, even back in the day, said something to the effect
 of you cannot nest cfoutput tags *unless the outermost tag used the
 group attribute*.
 
 as an aside...
 as of cfmx (i believe), it became possible to do
 cfoutputcfoutput#now()#/cfoutput/cfoutput.  it's not something
 that i recall ever being announced as a feature ...or bug... it
 just started working.



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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306160
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfoutput in a cfouput

2008-05-28 Thread Charlie Griefer
I can't imagine a scenario where you would.

that's why i alluded to the fact that you can now do it (as of MX) as
being either a feature or a bug :)   But the fact remains that
pre-MX it would throw an error, where post-MX it does not.

On Wed, May 28, 2008 at 8:37 AM, Rick Faircloth
[EMAIL PROTECTED] wrote:
 But why would you ever want to next cfoutput tags?

 Rick

 -Original Message-
 From: Charlie Griefer [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 28, 2008 10:55 AM
 To: CF-Talk
 Subject: Re: cfoutput in a cfouput

 you've always been able to nest cfoutputs within one another when the
 outer cfoutput made use of the group attribute.  i'm pretty sure the
 docs have always, even back in the day, said something to the effect
 of you cannot nest cfoutput tags *unless the outermost tag used the
 group attribute*.

 as an aside...
 as of cfmx (i believe), it became possible to do
 cfoutputcfoutput#now()#/cfoutput/cfoutput.  it's not something
 that i recall ever being announced as a feature ...or bug... it
 just started working.



 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306164
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfoutput in a cfouput

2008-05-28 Thread Phillip Vector
I guess to make things easier for those people just starting out...

My god Have I officially passed into Old Time ColdFusion Geezer
after 8 years? :)

On Wed, May 28, 2008 at 8:41 AM, Charlie Griefer
[EMAIL PROTECTED] wrote:
 I can't imagine a scenario where you would.

 that's why i alluded to the fact that you can now do it (as of MX) as
 being either a feature or a bug :)   But the fact remains that
 pre-MX it would throw an error, where post-MX it does not.

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306165
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cfoutput in a cfouput

2008-05-28 Thread Rick Faircloth
Hate to break it to you...but you've been in the Geezer category
for a couple of years now. :oP

Rick

 -Original Message-
 From: Phillip Vector [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 28, 2008 11:45 AM
 To: CF-Talk
 Subject: Re: cfoutput in a cfouput
 
 I guess to make things easier for those people just starting out...
 
 My god Have I officially passed into Old Time ColdFusion Geezer
 after 8 years? :)
 



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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306171
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfoutput in a cfouput

2008-05-28 Thread Dave Watts
 Since when have we been able to nest cfoutputs?
 
 I have always thought that you could not do this.  Maybe it 
 was a CF4.5/5.0 thing and in never learned it was possible in MX?
 
 I just tried this and it works in my CF8 installation:
 
 cfoutput query=foo group=id
 #foo.id#br
 cfoutput#foo.b#br/cfoutput
 
 /cfoutput

You have been able to nest CFOUTPUTs using the GROUP attribute since version
2, at least. You can now nest CFOUTPUTs generally since version 6, I
believe.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306177
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfoutput in a cfouput

2008-05-28 Thread Gerald Guido
 My god Have I officially passed into Old Time ColdFusion Geezer
after 8 years? :)

Ha! Look here sonny. Back in my day when we wanted to query a database we
did it by rubbing two sticks together.


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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306178
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfoutput in a cfouput

2008-05-28 Thread Phillip Vector
BAH!!!

Heh.. I caught myself thinking Back during ColdFusion 5, I learned
the hard way not to nest cfoutputs... These kids today have it easy.
:)

On Wed, May 28, 2008 at 9:07 AM, Rick Faircloth
[EMAIL PROTECTED] wrote:
 Hate to break it to you...but you've been in the Geezer category
 for a couple of years now. :oP

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306179
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4