Yes. Just treat Attributes like a structure.

<CFLOOP ITEM="At" COLLECTIOn="#Attributes#">
        <CFOUTPUT>Attribute #At# is #Attributes[At]#<BR></CFOUTPUT>
</CFLOOP>

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: João Luiz de Brito Macaíba [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 27, 2001 8:47 PM
> To: CF-Talk
> Subject: getting attributes list from a custom tag call
>
>
> Hi,
>
>       Does anyone know if there is a way to get the list of attributes
> that was passed to a custom tag from within the custom tag ?
>
>       For instance, if I call <cf_Mytag x="xvalue" ... y="yvalue">, then
> inside MyTag.cfm I can have a code that returns what were the attributes
> passed.
>
> For instance :
>
> MyTag.cfm
> ---------
> ...
>
> <cf_checkMandatory list="[attributes passed to MyTag.cfm]">
>
> ...
>
> Does anyone knows if it is possible ?
>
> TIA,
> Macaíba.
>
> --
> Heisenberg is stopped by a traffic cop who asks: "Do you know how fast
> you were going?"
> Heisenberg replies: "No, but I know exactly where I am"
> --
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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