Even if the tag is in an included file, it would still be invalid inside a cfswitch, because only cfcase and cfdefaultcase tags can run inside a cfswitch, so including a template outside of this would be pointless as the code wouldn't run anyway.
<snake> -----Original Message----- From: Paolo Piponi [mailto:[EMAIL PROTECTED]] Sent: 08 January 2003 14:48 To: '[EMAIL PROTECTED]' Subject: [ cf-dev ] CFMX No nesting CFSWITCH even in includes I got the following error message: Only <CFCASE> or <CFDEFAULTCASE> tags may be nested within a <CFSWITCH> tag. I agree with it for a single template, but CFMX seems to prohibit nesting even when the nested tag is actually on a different template and is CFINCLUDEd. We have code that works fine with this in CF5.5. Anyone had an experience? Paolo -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
