>- see footer for list info -< It's still a custom tag no matter the way you call it.
If you call it with <cf_mytag> syntax you'll have to have a mapping (CF8's app mappings) or place the file in your server's customtags folder or place it in the same directory. cfmodule gets around that as you can use ../../etc/etc. Adrian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marcos Placoná Sent: 21 October 2008 14:27 To: Coldfusion Development Subject: Re: [CF-Dev] Executing basic .cfm pages from within a CFC >- see footer for list info -< With cfmodule you can send all the arguments needed, as well as with custom tags. I'd use custom tags instead of cfmodule 2008/10/21 Adrian Lynch <[EMAIL PROTECTED]> > >- see footer for list info -< > <cfmodule template="path to the cfm file" someVar="hello"> > > Should work. > > Adrian > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Terry Riley > Sent: 21 October 2008 14:05 > To: [email protected] > Subject: RE: [CF-Dev] Executing basic .cfm pages from within a CFC > > > >- see footer for list info -< > Actually, Adrian, even if the page were just a straight cfm with a few > manipulations in it, how would I call it within a CFC method - other > than using cfinclude? Or is that the only way? > > Cheers _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
