If you want to use groupcasesensitive you also need to indicate a what
you're going to group by.

So it should be 

<cfoutput query="qMyQuery" startrow="#startrow#" 
maxrows="#temp#" group="sSomeField" groupcasesensitive="No">

Miche Vuijlsteke


> -----Original Message-----
> From: Willy Ray [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 26, 2001 9: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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to