Can not do it that way, the custom tag is looking for the pairs of:
variable name and value

you could submit one variable as:  varString=#string#

but then you have to parse the attributes.string in the custom tag
to get each variable and value as needed.



>>> [EMAIL PROTECTED] 03/26/03 11:36AM >>>
Hi everyone,

I have a custom tag where I want to insert attributes and their values
to
this custom tag using  another string type variable and then execute
the
custom tag.

But I could not.

Here is the code:

Instead of writing
<my_custom_tag  attribute1=1 attribute2=2>

I want to write
<cfset  string = "attribute1=1 attribute2=2">
<my_custom_tag  #string#>

The error says:
Invalid CFML construct found on line 1 at column 19. ColdFusion was
looking
at the following text:
attribute1


Thanks in advance.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to