RE: Calling custom tags from within CFSCRIPT?

2000-10-26 Thread Bill Killillay
As of right now I don't believe there is any support for calling Custom tags in a CFSCRIPT block. It's one of the draw backs to using CFSCRIPT. I don't know if Allaire is going to address doing that in one of the upcoming releases or not, but I sure wish that they would add that feature

RE: Calling custom tags from within CFSCRIPT?

2000-10-26 Thread Simon Horwith
time with optimized code, only to slow the app down by seconds with poor database structure? ~Simon -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 9:33 AM To: CF-Talk Subject: RE: Calling custom tags from within CFSCRIPT? As of right now

CFABORT in Custom Tags

2000-09-15 Thread Kevin Miller
CFABORT seems to halt the flow of page processing even when used in custom tags (called using CF_tagName). Is this guaranteed functionality, that I can depend upon going forward? I have found not documentation about the use of CFABORT in custom tags. Thanks, Kevin

Re: CFABORT in Custom Tags

2000-09-15 Thread Jon Hall
cfexit is what you are looking for - Original Message - From: "Kevin Miller" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 15, 2000 6:10 PM Subject: CFABORT in Custom Tags CFABORT seems to halt the flow of page processing even when used in custom tags (ca

Re: CFABORT in Custom Tags

2000-09-15 Thread Kevin Miller
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 15, 2000 6:10 PM Subject: CFABORT in Custom Tags CFABORT seems to halt the flow of page processing even when used in custom tags (called using CF_tagName). Is this guaranteed functionality, that I can depend upon going forward? I

Re: CFABORT in Custom Tags

2000-09-15 Thread Jon Hall
missed that...yes cfabort stops all processing. - Original Message - From: "Kevin Miller" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 15, 2000 8:06 PM Subject: Re: CFABORT in Custom Tags CFEXIT will exit only the current custom tag. I am trying

RE: CFABORT in Custom Tags

2000-09-15 Thread Dave Watts
processing. Even if the custom tag is nested within other custom tags, if it contains a CFABORT, that will stop the entire request. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: Java Custom Tags and File access

2000-09-05 Thread Simon Hartley (Esense Limited)
Cheers for the advice but I don't think this can be a classpath problem as I can quite happily call other classes in the same package. Any other ideas anyone? Cheers, Simon -- Sounds like a classpath issue with

Java Custom Tags and File access

2000-09-04 Thread Simon Hartley (Esense Limited)
Hello everyone, I am writting a java custom tag that will, given an image filename/location and a string, draw the string onto the image and save the modified image out to a new file. I have written a stand alone application to do this with no problem, but when I recode it as a custom tag it

RE: Java Custom Tags and File access

2000-09-04 Thread Conrad, Christopher
PROTECTED] -Original Message- From: Simon Hartley (Esense Limited) [mailto:[EMAIL PROTECTED]] Sent: Monday, September 04, 2000 8:11 AM To: '[EMAIL PROTECTED]' Subject: Java Custom Tags and File access Hello everyone, I am writting a java custom tag that will, given an image filename

Security Audit of custom tags

2000-08-17 Thread Russel Madere
How might I audit CF_ custom tags on my server for security? We want to ensure that they cannot be called outside of my server. Russel -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

Nested Recursive Custom Tags AttributeCollection Nightmare

2000-08-02 Thread Chris Hayes
I have a tag which is going to call itself many times over. I want to be able to create a structure, call the custom tag and be left with a modified structure at the end of it. cfset myStructure = StructNew() cfmodule template="acustomtag.cfm" AttributeCollection="#menuStructure#" In the

Re: Nested Recursive Custom Tags AttributeCollection Nightmare

2000-08-02 Thread Erki Esken
al Message - From: "Chris Hayes" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 02, 2000 4:11 PM Subject: Nested Recursive Custom Tags AttributeCollection Nightmare I have a tag which is going to call itself many times over. I want to be able to create a structure,

RE: Nested Recursive Custom Tags AttributeCollection Nightmare

2000-08-02 Thread Steve Martin
ough attributecollection, the 'real' attribute takes precedence in 4.01. In 4.5 it would appear that the key held within attributecollection takes precedence over the 'real'attribute. Go figure. Hope this makes sense Steve -Original Message----- From: Chris Hayes [mailto:[EMAIL PROTECTED]]

moving custom tags

2000-07-25 Thread Bert Dawson
if i move a custom tag from the local directory to CFUSION/CustomTags/ then CF won't find it until i stop and start the service. Is there a way around this? Bert Dawson [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.redbanner.com http://www.redbanner.com tel: 020 7456 0420 fax: 020 7456 0421

RE: moving custom tags

2000-07-25 Thread Steve Martin
this should effectively flush the template cache thus causing all templates to be reparsed. Try it and let me know the outcome. Steve -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 14:54 To: '[EMAIL PROTECTED]' Subject: moving custom tags if i

RE: moving custom tags

2000-07-25 Thread Bert Dawson
: moving custom tags if i move a custom tag from the local directory to CFUSION/CustomTags/ then CF won't find it until i stop and start the service. Is there a way around this? Bert Dawson [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.redbanner.com http://www.redbanner.com

FYI - recursive page calls with custom tags can kill a server

2000-07-25 Thread Dan Haley
Just passing along a problem I've spent the last hour and a half trying to solve, in case it helps someone else. Our server kept dying with messages of being out of virtual memory and we couldn't figure out where the problem was (we are in one building . . . IT department in another so

RE: Can CF export to Quicken? anyone have custom tags?

2000-06-29 Thread Andrew Scott
June 2000 1:11 PM To: [EMAIL PROTECTED] Subject: Can CF export to Quicken? anyone have custom tags? This is a multi-part message in MIME format. --=_NextPart_000_0070_01BFDC9F.2CE85E40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

RE: Help - where in the encryption function for Custom Tags?

2000-06-27 Thread Mark Warrick
-- -Original Message- From: Joshua Starr [mailto:[EMAIL PROTECTED]] Sent: Monday, June 26, 2000 8:27 PM To: [EMAIL PROTECTED] Subject: Help - where in the encryption function for Custom Tags? Can someone help me find the mechanism

RE: Help - where in the encryption function for Custom Tags?

2000-06-27 Thread Zachary Bedell
ck [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 3:20 AM To: [EMAIL PROTECTED] Subject: RE: Help - where in the encryption function for Custom Tags? The cfcrypt.exe program is located within the BIN directory of your ColdFusion installation. If you run this program in its defaul

Help - where in the encryption function for Custom Tags?

2000-06-26 Thread Joshua Starr
Can someone help me find the mechanism to encrypt custom tags? Joshua P Starr President Creative Director, Ælana Evenings (719) 268-1588 Day (719) 310-3030 Email: [EMAIL PROTECTED] Please visit us on the web at http://www.aelana.com

Re: Help - where in the encryption function for Custom Tags?

2000-06-26 Thread Jared Clinton
to encrypt custom tags? Joshua P Starr President Creative Director, Ælana Evenings (719) 268-1588 Day (719) 310-3030 Email: [EMAIL PROTECTED] Please visit us on the web at http://www.aelana.com or contact me on AOL Instant Messenger

Installing custom tags

2000-06-20 Thread WL
Hi, I feel embarrassed to ask this, but that's what beginners are like I'm afraid, and we all have to learn one day.. So with that out of the way, can someone tell me how to install the CF_DHTMLMenu tags located here: http://devex.allaire.com/developer/gallery/info.cfm?id=CA347388-2830-11D4-AA

Re: Installing custom tags

2000-06-20 Thread Howie Hamlin
You can either copy the tag into the default custom tags directory (\cfusion\customtags\) or into the same directory as your application. HTH, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com

Does Shared Custom tags can be placed in a different folder?

2000-05-19 Thread Philippe Varichon
Can I place the shared custom Tags folder under a different folder than the ColdFusion installation directory? Thanks, Philippe Varichon Digizone Multimedia http://circumvista.com -- Archives: http://www.eGroups.com

RE: Does Shared Custom tags can be placed in a different folder?

2000-05-19 Thread Dave Watts
Can I place the shared custom Tags folder under a different folder than the ColdFusion installation directory? Yes. Simply edit the registry to indicate the desired directory. You can also add new directories, which is what happens when you install Spectra: REGEDIT [HKEY_LOCAL_MACHINE

Custom tags

2000-05-14 Thread David Cummins
Hi everybody I just started reading up about custom tags, and I was wondering a few things about them. Firstly, are things like cfsetting scoped in any way? For example, if I turn debugging off in a custom tag, does it affect the calling tag? Secondly, I believe you can only pass one query

Re: Calling custom tags on Solaris (CF 4.01, Solaris 2.7)

2000-05-12 Thread Larry W. Virden
Does anyone have any notes on the C API for building custom tags on Solaris? All the notes I have found seem rooted in MFC C++ ... -- Larry W. Virden mailto:[EMAIL PROTECTED] URL: http://www.purl.org/NET/lvirden/ Unless explicitly stated to the contrary, nothing in this posting should

Custom tags with and CommerceBlocks on Solaris is solved

2000-05-12 Thread stas
The problem I had with calling custom tags on Solaris - file name case-sensitivity. What a bloody headache. CommerceBlocks generates correct file names both in code and in the filenames themselves, nevertheles as a last resort I forced all the code to lower-case as well as renamed to files

Re: Calling custom tags on Solaris (CF 4.01, Solaris 2.7)

2000-05-11 Thread Jennifer
At 05:00 PM 5/10/00 -0400, you wrote: Hello, I am having problems calling custom tags in this format: CF_MyTag Section="Search" Fields="1" The error I get is this: Cannot find CFML template for custom tag MYTAG. ColdFusion attempted looking in the tree of installed

Calling custom tags on Solaris (CF 4.01, Solaris 2.7)

2000-05-10 Thread stäs
Hello, I am having problems calling custom tags in this format: CF_MyTag Section="Search" Fields="1" The error I get is this: Cannot find CFML template for custom tag MYTAG. ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag

RE: CF custom tags

2000-04-28 Thread Lapiana, Craig
This is a start, http://www.allaire.com/handlers/index.cfm?ID=14589Method=Full craig -Original Message- From: Robert M. Saxon, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 5:09 PM To: [EMAIL PROTECTED] Subject: CF custom tags I was wondering if anyone had a list

CF custom tags

2000-04-27 Thread Robert M. Saxon, Jr.
I was wondering if anyone had a list of essential CF Custom Tags that are valuable to have. I know this is a vague request, but I am looking for some tags that are inexpensive but very useful. Thanks, Rob ___ Robert M. Saxon, Jr. (Rob), Senior Web

RE: CF custom tags

2000-04-27 Thread Bill
http://www.katungroup.com/coldfusionlinks2.htm -Original Message- From: Robert M. Saxon, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 5:09 PM To: [EMAIL PROTECTED] Subject: CF custom tags I was wondering if anyone had a list of essential CF Custom Tags

Which custom tags go in CFusion and which in wwwrooot

2000-04-26 Thread aslam bajaria
I have tried putting cf_formURL2Attributes custom tag, which is needed for fuseaction model of design, into the "wwwroot/Custom Tags" folder. It does not work. If I put it in "//CFusion/Custom Tag" folder, it works. I am not sure which files go in cfsuion folder and which

Re: Which custom tags go in CFusion and which in wwwrooot

2000-04-26 Thread Jennifer
At 02:29 PM 4/26/00 -0700, you wrote: I have tried putting cf_formURL2Attributes custom tag, which is needed for fuseaction model of design, into the "wwwroot/Custom Tags" folder. It does not work. If I put it in "//CFusion/Custom Tag" folder, it works. I am not sure which

RE: Which custom tags go in CFusion and which in wwwrooot

2000-04-26 Thread Peter Tilbrook
Custom tags are just like other .cfm files except that they must be installed in a specific location to be accessible from the calling template. Because ColdFusion loads the first instance it finds of the custom tag called by a template, you should avoid placing copies of a custom tag

Using custom tags

2000-04-25 Thread Aidan Whitehall
Wrapping a custom tag around a string such as CF_FindFirstSpaceHere is some dummy text/CF_FindFirstSpace always returns "Here is my text (the position of the first space is 0)" FindFirstSpace.cfm has this code... CFIF ThisTag.ExecutionMode IS "end" CFSET variables.PositionOfFirstSpace =

custom tags tutorials

2000-04-19 Thread Gilles Ratte
Does anyone knows a website where I would be able to see how to create a custum tag? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: custom tags tutorials

2000-04-19 Thread Dan G. Switzer, II
] | ++---+ -Original Message- From: Gilles Ratte [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 11:00 AM To: [EMAIL PROTECTED] Subject: custom tags tutorials Does anyone knows a website where I would be able to see how to create a custum tag

Re: custom tags tutorials

2000-04-19 Thread Brian Mitter
For CFX custom tags, try www.intrafoundation.com plenty of examples with source code - Original Message - From: Gilles Ratte [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 19, 2000 3:59 PM Subject: custom tags tutorials Does anyone knows a website where I would

RE: custom tags tutorials

2000-04-19 Thread Richard Darracott
To: [EMAIL PROTECTED] Subject: custom tags tutorials Does anyone knows a website where I would be able to see how to create a custum tag? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Custom Tags to send email to a Fax?

2000-04-12 Thread Nick Slay
Hi, Has anyone come across (or used) any Custom Tags that can send a message to a fax machine? Alternately, can anyone recommend a good email to fax service? Thanks Nick === Nick Slay Technical Director Webbods Pty Ltd (ACN 086 160 189) PO Box 4047

Re: Custom Tags to send email to a Fax?

2000-04-12 Thread Stephen M. Aylor
efax.com html, word excel, pdf attachements work too... - Original Message - From: Nick Slay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 12, 2000 05:02 PM Subject: Custom Tags to send email to a Fax? Hi, Has anyone come across (or used) any Custom Tags that can

RE: Programatically setting search path for custom tags

2000-04-06 Thread Pecora, James
structure NOT rely on any specific hosting provider. So if I create and or use custom tags and keep them in a central place for use througout the site I need to use cfmodule and provide attributes. My problem with this solution comes in the form of writing VTML dialog boxes for easy implementation

RE: Programatically setting search path for custom tags

2000-04-06 Thread Dan G. Switzer, II
www | http://www.pengoworks.com | | mailto | [EMAIL PROTECTED] | ++---+ -Original Message- From: Pecora, James [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 12:30 PM To: '[EMAIL PROTECTED]' Subject: RE: Programatically setting search path for custo

Programatically setting search path for custom tags

2000-04-04 Thread Reuben King
ers check in and out the files for the application we are all working on and use their app server directory as their working directory. Finally, there is a seperate directory for daily "builds" which we can show and tell. This application uses custom tags heavily. Now, the way CF f

RE: Programatically setting search path for custom tags

2000-04-04 Thread Chris Evans
You can't do it using the CF_ notation for custom tags, but you can if you use CFMODULE. The name attribute of CFMODULE uses the custom tags subdirectory as its root, then uses dot notation to specify subdirectories. For example, I have a custom tag called wrap.cfm stored in the custom tags

Re: Programatically setting search path for custom tags

2000-04-04 Thread Deanna L. Schneider
Couldn't you just have people use cfmodule? It allows you to pull custom tags from anywhere. So, each user could have their own custom tags folder, and reference a custom tag by calling cfmodule template="customtags/mytag.cfm" something="attributetopass" -Deanna (having j

RE: Programatically setting search path for custom tags

2000-04-04 Thread Reuben King
this. Thanks anyway, -R -Original Message- From: Chris Evans [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 2:05 PM To: [EMAIL PROTECTED] Subject: RE: Programatically setting search path for custom tags You can't do it using the CF_ notation for custom tags, but you can

RE: Programatically setting search path for custom tags

2000-04-04 Thread Chris Evans
Reuben, I'm not sure what piece you see as hardcoded, but I'll assume you mean that you don't want your tags to be placed in the Custom Tags directory, but rather in a subdirectory of the application. In that case, you could use the TEMPLATE attribute rather than the name. The TEMPLATE

<    2   3   4   5   6   7