If you are grouping fields then you need to specify which field to group on.
Especially if you are using nested cfoutput statement.
Otherwise there is no need for the groupcasesensitive attribute.


-----Original Message-----
From: Willy Ray [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 26, 2001 12:51 PM
To: CF-Talk
Subject: Attribute set validation Error. Why?


This is the error I'm getting:
Attribute set validation error in tag CFOUTPUT

The tag has an invalid attribute combination: the most likely attribute
combination is

Required attributes: 'GROUP,QUERY'. Optional attributes:
'GROUPCASESENSITIVE,MAXROWS,STARTROW'.


Here's the tag I'm using:
<cfoutput query="qMyQuery" startrow="#startrow#" maxrows="#temp#"
groupcasesensitive="No">


Why the hell am I getting this error?  It's like the error says, "Do exactly
what you're doing."  I've been getting the same thing on some cfmail tags.
I have all the right attributes, but it gives me this attribute set
validation error.  Why!?

Willy Ray
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to