>- see footer for list info -< That's basically the way I have decided to jump, using attribute collection for the parameters (which need some fiddling with)
Cheers, Adrian Terry ----- Original Message ----- > *From:* "Adrian Lynch" <[EMAIL PROTECTED]> > *To:* "Coldfusion Development" <[email protected]> > *Date:* Tue, 21 Oct 2008 14:31:58 +0100 > > >- 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 -< > > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.549 / Virus Database: 270.8.2/1735 - Release Date: > 20/10/2008 14:52 > > Terry http://www.confexdb.co.uk/ -- No virus found in this outgoing message. Checked by AVG. Version: 7.5.549 / Virus Database: 270.8.2/1735 - Release Date: 20/10/2008 14:52 _______________________________________________ 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 -<
