Does everything have an end tag? <cf_Tag1> <cf_Tag1_1 /> <cf_Tag1_1_2 /> </cf_Tag1>
Or... <cf_Tag1> <cf_Tag1_1> <cf_Tag1_1_2> </cf_Tag1_1_2> </cf_Tag1_1> <cf_Tag1> Maybe the endtags are needed for the base tag info to come through properly Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Tuesday, January 04, 2005 12:38 PM To: CFAussie Mailing List Subject: [cfaussie] Nested Custom Tags Hi All, Question regarding nesting of Custom Tags, I have successfully nested two tags and tried to go a third level deep without success. <cf_Tag1> <cf_Tag1_1> <cf_Tag1_1_2> <cf_Tag1> Now the idea is that if I was to use cf_Tag1_1_1 without specifying cf_Tag1_1 it would throw an error, but it seems that the bastag information is all screwed up. Has anyone got any suggestions as to how I can achieve what I wish to do, or any examples tutorials about doing this. Every time I try to get the 3rd nested tag to retrieve the data from the second nested tag, I get an error about the tag not being a custom tag or that the tag has no associated data. I am at a loss on this, and the documentation that comes with CF is very limiting on how to go past a 2 level nested custom tag example. Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
