Uwe,

>
> Can s.o. tell me why this isn't possible ?
>
> <cfinclude template="navigation_e.cfm?page=services">
>
> It throws an CFInclude-Template-error !
>
> Ideas what to do instead ?
>

You don't need to pass any variables to your template, because it will be
included into the page that you're calling it from.  So all you need to do
is <CFSET page="services"> before your include.


Regards

Stephen

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to