Does anyone know if <CFGRID> works with <CF_FORMURL2ATTRIBUTES>?

I have some code that looks like
<cfloop index="row" from="1"
to=#ArrayLen(attributes.Rates.Rowstatus.Action)#>
        etc.
(the grid is named Rates)
and CF generates an error ("Error Resolving Parameter") with
ATTRIBUTES.Rates.Rowstatus.Action, but does not generate an error with
FORM.Rates.Rowstatus.Action.  Since this is fusebox, I would prefer to use
attributes. instead of form., but if attributes won't work I don't have a
choice.

As a side note, is there a way to format a date in <CFGRID> (like
mm/dd/yyyy)?

Thanks
Kevin


------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to