RE: page layout: cfmodule vs customtags

2006-02-13 Thread Figy, Kam
s a variable (like I showed above) is more flexible and (imo) not breaking OOP principles. Kam -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Sunday, February 12, 2006 4:15 PM To: CF-Talk Subject: Re: page layout: cfmodule vs customtags > I been using cfmodule for

Re: page layout: cfmodule vs customtags

2006-02-13 Thread Rick Root
dave wrote: > I been using cfmodule for my page layouts but am making my current project > with customtags am curious what your opinions are on each and why you'd pick > one over the other. neither. I use f

RE: page layout: cfmodule vs customtags

2006-02-13 Thread Snake
built with it takes several seconds for each page to load off the local network. Russ -Original Message- From: Steve Bryant [mailto:[EMAIL PROTECTED] Sent: 13 February 2006 04:35 To: CF-Talk Subject: Re: page layout: cfmodule vs customtags I like using using components for layouts as

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Steve Bryant
I like using using components for layouts as well. Even wrote an article about it. ;-) http://coldfusion.sys-con.com/read/154231.htm Steve >I do this in some cases and see nothing wrong with taking that approach. It >usually is in its own separate CFC just for layout purposes but not always. >

RE: page layout: cfmodule vs customtags

2006-02-12 Thread Eric Roberts
Now children...hehehe Eric -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Sunday, 12 February 2006 19:34 To: CF-Talk Subject: Re: page layout: cfmodule vs customtags Yeah Will and I have seen your layout.cfc and why use a cool tool like coldfusion to make a template

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Michael Dinowitz
How about you both bitch to me privatly rather than disrupting the list with with is basically off topic BS. Now you know what I feel about OT. If it has nothing to do with the discussion at hand, take it to another list or to personal email. I can and will write a moderation module that targets

Re: page layout: cfmodule vs customtags

2006-02-12 Thread dave
CF-Talk Subject: Re: page layout: cfmodule vs customtags Actually, I didn't. ;) I'm not sure you would see much difference. I know some folks consider custom tags to be a bit slower than normal includes, and yes, they are, but I've rarely seen that make a difference. About the only

RE: page layout: cfmodule vs customtags

2006-02-12 Thread dave
rgot what I was gunna put here, Will woulda stole it anyways! From: "Dawson, Michael" <[EMAIL PROTECTED]> Sent: Sunday, February 12, 2006 8:52 PM To: CF-Talk Subject: RE: page layout: cfmodule vs customtags Why you must constantly sub

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Raymond Camden
> From: Raymond Camden <[EMAIL PROTECTED]> > Sent: Sunday, February 12, 2006 5:25 PM > To: CF-Talk > Subject: Re: page layout: cfmodule vs customtags > > You are aware, I hope, that when you use cfmodule, you are using custom tags. &g

RE: page layout: cfmodule vs customtags

2006-02-12 Thread Dawson, Michael
Subject: Re: page layout: cfmodule vs customtags Will, you don't even know what a custom tag is let not to mention when u saw some code i had about a month ago with cfmodule, you didnt even know what cfmodule was. And that was after you said "wow, i really am an advanced coldfusion develop

Re: page layout: cfmodule vs customtags

2006-02-12 Thread dave
AIL PROTECTED]> Sent: Sunday, February 12, 2006 6:20 PM To: CF-Talk Subject: Re: page layout: cfmodule vs customtags cfimport is quicker I believe than cfmodule from a processing point of view. On 2/12/06, dave wrote: > you know what i mean ray. > ok lets rephrase thats > > cfmodu

Re: page layout: cfmodule vs customtags

2006-02-12 Thread dave
ery first cfset without looking at cfwack. ~Dave the disruptor~ I forgot what I was gunna put here, Will woulda stole it anyways! From: Will Tomlinson <[EMAIL PROTECTED]> Sent: Sunday, February 12, 2006 8:17 PM To: CF-Talk Subject: Re: page layout: c

Re: page layout: cfmodule vs customtags

2006-02-12 Thread dave
Will woulda stole it anyways! From: Will Tomlinson <[EMAIL PROTECTED]> Sent: Sunday, February 12, 2006 8:15 PM To: CF-Talk Subject: Re: page layout: cfmodule vs customtags > I been using cfmodule for my page layouts but am making my current

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Will Tomlinson
> You are aware, I hope, that when you use cfmodule, you are using > custom tags. Ray, I seriously doubt it! LOL!! Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232082 Archives: http://www.houseoffusion.com

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Will Tomlinson
> I been using cfmodule for my page layouts but am making my current > project with customtags am curious what your opinions are on each and > why you'd pick one over the other. Layout.cfc - showHeader(), showLeftMenu(), showFooter() Works sweet! Screw custom ta

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Sam Farmer
cfimport is quicker I believe than cfmodule from a processing point of view. On 2/12/06, dave <[EMAIL PROTECTED]> wrote: > you know what i mean ray. > ok lets rephrase thats > > cfmodule vs cfimport > > ~Dave the disruptor~ ~| Me

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Aaron Rouse
I do this in some cases and see nothing wrong with taking that approach. It usually is in its own separate CFC just for layout purposes but not always. On 2/12/06, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > > > I've even started using CFCs to hold some 'pods' of content that I use in > various

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Michael Dinowitz
OTECTED] (Michael Dinowitz) > Sent: Sunday, February 12, 2006 5:46 PM > To: CF-Talk > Subject: Re: page layout: cfmodule vs customtags > > Personally, I use CFINCLUDEs for most of my layout. Less overhead, though > less of that nice clean variable passing that custom tags/cfmodul

Re: page layout: cfmodule vs customtags

2006-02-12 Thread dave
! From: [EMAIL PROTECTED] (Michael Dinowitz) Sent: Sunday, February 12, 2006 5:46 PM To: CF-Talk Subject: Re: page layout: cfmodule vs customtags Personally, I use CFINCLUDEs for most of my layout. Less overhead, though less of that nice clean variable passing that custom tags/cfmodules have

Re: page layout: cfmodule vs customtags

2006-02-12 Thread dave
F-Talk Subject: Re: page layout: cfmodule vs customtags You are aware, I hope, that when you use cfmodule, you are using custom tags. On 2/12/06, dave wrote: > I been using cfmodule for my page layouts but am making my current project > with customtags am curious what your opinions are on

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Michael Dinowitz
m those who say CFCs should never output, but they're wrong anyway. :) >I been using cfmodule for my page layouts but am making my current project >with customtags am curious what your opinions are on each and why you'd >pick one over the other. > > ~Dave the disrupto

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Kay Smoljak
urrent project > with customtags am curious what your opinions are on each and why you'd pick > one over the other. -- Kay Smoljak http://kay.zombiecoder.com/ ~| Message: http://www.houseoffusion.com/lists.cfm/link=

Re: page layout: cfmodule vs customtags

2006-02-12 Thread Raymond Camden
You are aware, I hope, that when you use cfmodule, you are using custom tags. On 2/12/06, dave <[EMAIL PROTECTED]> wrote: > I been using cfmodule for my page layouts but am making my current project > with customtags am curious what your opinions are on each and why you'd pic

page layout: cfmodule vs customtags

2006-02-12 Thread dave
I been using cfmodule for my page layouts but am making my current project with customtags am curious what your opinions are on each and why you'd pick one over the other. ~Dave the disruptor~ I forgot what I was gunna put here, Will woulda stole it an

RE: calling UDF's from CustomTags.

2005-04-27 Thread Dave Watts
> > Alternatively, you could simply put the functions in a CFC or > > in a persistent scope to get to them from within your custom tag. > > Nah, he said he's using CF5. You can't use CFCs in CF 5 obviously, but I'm pretty sure you can store functions in persistent scopes in CF 5. Dave Watts, CT

Re: calling UDF's from CustomTags.

2005-04-27 Thread S . Isaac Dealey
Hi David, On CFMX you can avoid this error by putting the function declaration in ...function... -- on CF5 you can only put the function declaration in the same template if the tag will never be used with end-tag syntax. If you need end-tag syntax with CF5, you have to either declare the function

RE: calling UDF's from CustomTags.

2005-04-27 Thread S . Isaac Dealey
> it will run twice. I can't remember ever wanting to embed > a function within > a custom tag, but I would expect that you could use > ThisTag.ExecutionMode to > figure out whether to declare it: > > > That works with MX. I don't use them either... not that way anyhow. But I tested it

RE: calling UDF's from CustomTags.

2005-04-27 Thread Dave Watts
> Hi ppl.- > > I have a weird issue here, hope someone can help me a bit > > i have a CustomTag who needs to call some UDF's > > if i put the into the CustomTag i receive this error. > > The routine myfunction has been declared twice in different > templates. > > The error occurred

calling UDF's from CustomTags.

2005-04-27 Thread David Manriquez
Hi ppl.- I have a weird issue here, hope someone can help me a bit i have a CustomTag who needs to call some UDF's if i put the into the CustomTag i receive this error. The routine myfunction has been declared twice in different templates. The error occurred while processing an elem

RE: Moving CustomTags Directory

2002-12-11 Thread Everett, Al
> -- better yet, use CF Administrator (ie: /cfide/administrator/ --> > extensions --> customtag paths) and don't play with the registry. A fine option if you're using CF5. You need to dig into the registry for CF4.5 or below. ~|

RE: Moving CustomTags Directory

2002-12-11 Thread Hugo Ahlenius
Another possibility is to create a junction (hard link to a directory) under windows, then you'd be able to use both the default location, and any custom location. I think sysinternals.com has a junction.exe for download. ~| A

RE: Moving CustomTags Directory

2002-12-10 Thread Aaron Johnson
> This is pretty common, you can create your own Custom Tag directory and just add >it's path to the registry: >HKLM/Software/Allaire/ColdFusion/CurrentVersion/CustomTags, > > For example: > C:\CFUSION\CustomTags, C:\inetpub\wwwroot\myappp\mycustomtags. > > Then s

RE: Moving CustomTags Directory

2002-12-10 Thread Christine Lawson
This is pretty common, you can create your own Custom Tag directory and just add it's path to the registry: HKLM/Software/Allaire/ColdFusion/CurrentVersion/CustomTags, For example: C:\CFUSION\CustomTags, C:\inetpub\wwwroot\myappp\mycustomtags. Then stop and start the CF Services and y

Re: Moving CustomTags Directory

2002-12-10 Thread Aaron Johnson
Hi Steve, > Has anyone moved the CustomTags directory from its default location under cfusion? >Are there any reasons not to or issues involved with doing it? -- Haven't moved the default personally, but every app I built gets it's own customtags folder... so my servers typ

Moving CustomTags Directory

2002-12-10 Thread Subscription Account
Has anyone moved the CustomTags directory from its default location under cfusion? Are there any reasons not to or issues involved with doing it? I'm thinking of moving mine to sit under inetpub, which would give me a single point of entry for all web related files. Steve Tho

Lower case file names - Was: MX and CustomTags again

2002-05-02 Thread Shawn McKee
McKee -Original Message- From: Shawn McKee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:04 AM To: CF-Talk Subject: RE: MX and CustomTags again Well I tried but the bug submittal blew up. I sent them an e-mail about that and will try later. -Original Message- From

RE: MX and CustomTags again

2002-05-01 Thread Shawn McKee
Well I tried but the bug submittal blew up. I sent them an e-mail about that and will try later. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 9:48 AM To: CF-Talk Subject: RE: MX and CustomTags again It must be a bug then because I am

RE: MX and CustomTags again

2002-05-01 Thread Matt Liotta
Shawn McKee [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 6:10 AM > To: CF-Talk > Subject: RE: MX and CustomTags again > > > Server Details > > Server Product > > Neo > > Version > > 6,0,0,42977 > > Edition > >

RE: MX and CustomTags again

2002-05-01 Thread Shawn McKee
: CF-Talk Subject: RE: MX and CustomTags again What version of CFMX are you running? -Matt > -Original Message- > From: Shawn McKee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 3:11 PM > To: CF-Talk > Subject: MX and CustomTags again > > At install

RE: MX and CustomTags again

2002-04-30 Thread Matt Liotta
What version of CFMX are you running? -Matt > -Original Message- > From: Shawn McKee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 3:11 PM > To: CF-Talk > Subject: MX and CustomTags again > > At install the server was set to /home/cfadm/neo/CustomTa

MX and CustomTags again

2002-04-30 Thread Shawn McKee
At install the server was set to /home/cfadm/neo/CustomTags but applications couldn't find the custom tags. I checked case and location and all was correct. I deleted that path from the server and went to add it back in and now I get this error message: Unable to add custom tag path /sbin

RE: MX and CustomTags

2002-04-29 Thread Matt Liotta
From: Shawn McKee [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 3:25 PM > To: CF-Talk > Subject: RE: MX and CustomTags > > Yes. I believe our IT folks set it up as an alias of some sort. Might > that > be confusing things? > > Shawn > > -Origi

RE: MX and CustomTags

2002-04-29 Thread Shawn McKee
Yes. I believe our IT folks set it up as an alias of some sort. Might that be confusing things? Shawn -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 5:01 PM To: CF-Talk Subject: RE: MX and CustomTags Did you set the custom tag path in

RE: MX and CustomTags

2002-04-29 Thread Matt Liotta
Did you set the custom tag path in the administrator? -Matt > -Original Message- > From: Shawn McKee [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 2:31 PM > To: CF-Talk > Subject: MX and CustomTags > > Why can't it find my custom tags? Running

MX and CustomTags

2002-04-29 Thread Shawn McKee
Why can't it find my custom tags? Running on Linux, everything looks fine in the administrator but when I try to use a custom tag I get an error: Detail ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name. Message Cannot find CFML t

Re: Customtags custom directory

2002-04-10 Thread Sharon DiOrio
> I don't think it will; it'll recurse through them in the order in which > they're defined on the server, if I recall correctly. If you need to refer > to specific custom tags, use CFMODULE. That's what I was afraid of. I remember that there was a reason for using CFModule, I just couldn't reme

RE: Customtags custom directory

2002-04-09 Thread Dave Watts
For instance, we will have multiple versions of the same > application running on the same server. All tags will be in > a sub-directory called "customtags" under the root of the > application. How will CF know which custom tags belong to > which version? I don't

Customtags custom directory

2002-04-09 Thread Sharon Diorio
versions of the same application running on the same server. All tags will be in a sub-directory called "customtags" under the root of the application. How will CF know which custom tags belong to which version? Sharon DiOrio (Who just recently re-subscribed after being bumped fro

Re: CustomTags?

2002-03-14 Thread Randy Adkins
Here is what they sent me. - Original Message - From: "laszlo" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 8:33 PM Subject: Re: CustomTags? > Same problem here, > any post will be appreciated > &g

Re: CustomTags?

2002-03-13 Thread laszlo
Same problem here, any post will be appreciated laszlo Randy Adkins wrote: > Does anyone have a copy of the ThreeSelectsRelated Customtag? > > It is no longer in the Macromedia site. > > TIA! > __ Get Your Own Dedicated Window

CustomTags?

2002-03-13 Thread Randy Adkins
Does anyone have a copy of the ThreeSelectsRelated Customtag? It is no longer in the Macromedia site. TIA! __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/M

RE: Subdirectories in CustomTags directory?

2001-03-31 Thread Andrew Scott
Coldfusion will use sub directories under the customtags directory, the problem is if I see what you doing correctly is having the same name in some cases. You can't have 2 tags named the same as the one that was found first will be called... -Original Message- From: Jamie Ja

Re: Subdirectories in CustomTags directory?

2001-03-30 Thread Bryan LaPlante
If you are not in a shared environment you can double check to see that the key's string value named CFMLTagSearchPath at "HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\CustomTags" in the registry is pointing to the directory where you are running your custom tags f

Re: Subdirectories in CustomTags directory?

2001-03-30 Thread Jamie Jackson
it until you restart. > >Try creating a new custom tag in a subdirectory and calling it. > >-Original Message- >From: Jamie Jackson [mailto:[EMAIL PROTECTED]] >Sent: Friday, March 30, 2001 8:31 AM >To: CF-Talk >Subject: Subdirectories in CustomTags directory? >

RE: Subdirectories in CustomTags directory?

2001-03-30 Thread Hayes, David
nt: Friday, March 30, 2001 8:31 AM To: CF-Talk Subject: Subdirectories in CustomTags directory? Hello, Is there a way to call a custom tag that's in a subdirectory of ... \CFUSION\CustomTags ? In other words, I want to organize some custom tags into subdirectories: \CFUSION\CustomTag

Re: Subdirectories in CustomTags directory?

2001-03-30 Thread Jamie Jackson
On Fri, 30 Mar 2001 09:42:25 -0500, Dave Watts <[EMAIL PROTECTED]> wrote: >If you've got a file "ct1.cfm" in \cfusion\customtags\site1\, and nowhere >else, this syntax should work: > > Yeah, this is what I tried before, and I got an error saying CF couldn

RE: Subdirectories in CustomTags directory?

2001-03-30 Thread Dave Watts
> Is there a way to call a custom tag that's in a subdirectory of ... > \CFUSION\CustomTags ? > > In other words, I want to organize some custom tags into > subdirectories: > \CFUSION\CustomTags\Site1\CT1.cfm (+ CT1a.cfm , CT1b,cfm, ...) > \CFUSION\CustomTags\Site2\CT2

Subdirectories in CustomTags directory?

2001-03-30 Thread Jamie Jackson
Hello, Is there a way to call a custom tag that's in a subdirectory of ... \CFUSION\CustomTags ? In other words, I want to organize some custom tags into subdirectories: \CFUSION\CustomTags\Site1\CT1.cfm (+ CT1a.cfm , CT1b,cfm, ...) \CFUSION\CustomTags\Site2\CT2.cfm (+ CT2a.cfm, CT2

Re: customtags complaining that required parameters are not set, but they are.

2001-01-10 Thread Mary_Baotic
cc: Subject: customtags complaining that required parameters are not set, 01/10/01 08:36 AM

Re: customtags complaining that required parameters are not set, but they are.

2001-01-10 Thread Brendan Avery
I believe that error is thrown whenever a tag doesn't have a default and the variable has not yet been created. You may want to check the custom tag for the relevant -brendan avery / [EMAIL PROTECTED] At 08:36 AM 1/10/2001 -0500, you wrote: >Occasionally I have a problem where a customtag wi

customtags complaining that required parameters are not set, but they are.

2001-01-10 Thread Mary_Baotic
Occasionally I have a problem where a customtag will complain that a required parameter isn't set. I have double checked and the parameter is spelled right and is being passed to the customtag. Is there any other reason CF would throw this error even though it's there? Perhaps a umatched comment