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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to