this is a trick, but is the correct form?
thank you
-----Original Message----- From: Stephen Moretti [mailto:stephen@cfmaster.co.uk] Sent: Tuesday, January 16, 2001 12:30 PM To: CF-Server Subject: RE: custom tags return
Gabriel,
Put :
<cfset "caller."&attributes.name = outputvalue>
or
<cfset "request."&attributes.name = outputvalue>
into your custom tag.
Both do the same thing, passing "outputvalue" back to the page that called the tag in a variable defined by the name attribute of your tag.
Regards
Stephen
> -----Original Message----- > From: gabriel [mailto:gabriel@bulfon.com.ar] > Sent: Tuesday, 16 January 2001 14:57 > To: CF-Server > Subject: custom tags return > > > I want that my custom tag return a value. I don't want use Caller > specifier. I want something like that > > <cf_myTag name="name"> > .. > .. > .. > <cfoutput>#name.value#</cfoutput> > > It's posible? > > thank in advance > > coldfusion developer > Lista de CF en Español-www.cfunleashed.com.ar > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to cf-server-request@houseoffusion.com with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com