search : customtag

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Bug 85380:(Watson Migration Closure)Coldfusion is supposed to search recursively for custom tags and stop at the first result
Comment on CFThread loses Attributes collection inside Custom Tag. by External U.
[Regression] Simple custom tag test case throws reference error
Comment on CFCHART within custom tag within function causes null pointer exception by CFwatson U.
Comment on CFThread fails when called from Custom Tags without joining back to parent process by External U.
Comment on Bug 78130:Custom Tag Paths Chosen Arbitrarily by External U.
Support for prefix based custom tags should be added
Comment on custom tag inserts white space in font and behind output by External U.
Comment on CFC Method inside a customTag crash on Coldfusion 10 by Awdhesh K.
Tracker Issue CFC-based custom tags
CFC-based custom tags
Bug 82778:(Watson Migration Closure)Allow calling custom tags from cfscript with module(template="/tags/Foo
Custom Tags Path - Deployed EAR
Comment on custom tag inserts white space in font and behind output by Suchika S.
Comment on Prefix-based custom tags work only if cfimport is used outside of cfscript. by External U.
Comment on CFC Method inside a customTag crash on Coldfusion 10 by External U.
Comment on CFC Method inside a customTag crash on Coldfusion 10 by Nimit S.
Comment on CFThread loses Attributes collection inside Custom Tag. by External U.
Comment on CFThread fails when called from Custom Tags without joining back to parent process by External U.
Comment on CFThread fails when called from Custom Tags without joining back to parent process by External U.
Comment on Bug 78591:(Watson Migration Closure)Summary: implement CFC-based custom tags as per Railo by External U.
Comment on Bug 78591:(Watson Migration Closure)Summary: implement CFC-based custom tags as per Railo by External U.
Bug 78130:Custom Tag Paths Chosen Arbitrarily
2611684 CF-3600908 External U. The error was resolved. The cause was an old Ben Forta custom tag to add hidden form fields from the form submitted. When the form is delivered inside a cfdiv, the _cf_nocache field is now inserted. The error was corrected by adding conditional code to the custom tag
Comment on CFThread fails when called from Custom Tags without joining back to parent process by External U.
Comment on CFThread fails when called from Custom Tags without joining back to parent process by External U.
Comment on Bug 75473:(Watson Migration Closure)Instead of building new implementations of tags as functions, give us an import ability so we can import our custom tags using a prefix and closure-like syntax by External U.
custom tag inserts white space in font and behind output
Application Custom Tag not found
Bug 75473:(Watson Migration Closure)Instead of building new implementations of tags as functions, give us an import ability so we can import our custom tags using a prefix and closure-like syntax
Bug 78591:(Watson Migration Closure)Summary: implement CFC-based custom tags as per Railo
2608652 CF-4033856 General Server benoit plessis Local Application setting randomly lost Problem Description: With a Application.cfc defining a default datasource and/or local CustomTag path CF11 randomly trigger 'CustomTag Not found" or "invalid cfquery attribute value "" for datasource" Steps
2597557 CF-3043546 Language : CF Component marc esher Bug 86628:-(Watson Migration Closure)[mesher] IsInstanceOf() is much slower when this Problem: [mesher] IsInstanceOf() is much slower when this.customTagPaths is specified in Application.cfc Method: Application.cfc:component{this.name = "isInstanceOfTest";this.customTag
Bug 81677:(Watson Migration Closure)I would like the ability to use dynamic paths in a CFImport custom tag declaration
Comment on CFCHART within custom tag within function causes null pointer exception by CFwatson U.
Comment on custom tag inserts white space in font and behind output by External U.
Comment on CFC Method inside a customTag crash on Coldfusion 10 by External U.
2612581 CF-3495357 Aaron N. +1 - Please add "caller" scope in cfscript2.0 closures. (edited: changed "owner" to "caller" - to mimic Custom Tags)
2613547 CF-3279677 External U. It seems expandPath() is REALLY REALLY REALLY slow if you have custom tag paths set that have a lot of files in them.
2613547 CF-3279677 External U. I wasn't using expandPath() for the customTagPath btw, fwiw (pls see example in my vote)
2613547 CF-3279677 External U. I've verified this on my install. expandPath() has serious performance issues on CF10 when custom tag paths are concerned. CF9 has no such issues with a similar config. -- Adam
Comment on CFThread fails when called from Custom Tags without joining back to parent process by External U.
Comment on CFThread fails when called from Custom Tags without joining back to parent process by Rupesh K.
2613603 CF-3207170 External U. This is likely to be caused by expandPath() struggling when there are custom tag paths. See https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3279677
Comment on Bug 75473:(Watson Migration Closure)Instead of building new implementations of tags as functions, give us an import ability so we can import our custom tags using a prefix and closure-like syntax by External U.
Comment on Bug 73868:(Watson Migration Closure)The tag CFFORM could compile and still use forms flex3 components mxml (customTags CFFORM) by External U.
2613547 CF-3279677 Performance Matt Usher Slow debugger performance in CF10 Duplicate ID: CF-3198902 Problem Description: In CF10, when debugging is enabled and custom tag paths configured in the CF administrator point to a significant number of custom tag templates, the page rendering times
Bug 82822:[CF10 Enhancement Request] Extend ExpandPath() to allow searching within Custom Tag Path mappings
CFThread loses Attributes collection inside Custom Tag.
Bug 73868:(Watson Migration Closure)The tag CFFORM could compile and still use forms flex3 components mxml (customTags CFFORM)
2610064 CF-3734962 External U. I've figured out why this was not working. I have a Custom Tag that I use to insert reusable code at the top of each page. I starts outputting at the doctype, and finishes with the closing HEAD tag. I use variables to change the title, security roles allowed, etc
CFC Method inside a customTag crash on Coldfusion 10
Comment on custom tag inserts white space in font and behind output by External U.
2612315 CF-3526880 External U. Copy paste error in the actual result, it should read: ColdFusion cannot determine how to process the tag myTags:testCustomTag not ColdFusion cannot determine how to process the tag myTags:renderOrgDropDown
2612315 CF-3526880 Language : CustomTag Doug Cain cfimport doesn't resolve /../ correctly in cf10. It did in cf9 Problem Description: cfimport behave differently in cf10 when resolving the path /../xxx to get to a directory outside the webroot Steps to Reproduce: In CF9 this works in CF10
in memory. The name is misspelled or the table is not defined. The error occurred in D:\ColdFusion9\CustomTags\com\adobe\coldfusion\base.cfc: line 364Called from D:\ColdFusion9\CustomTags\com\adobe\coldfusion\query.cfc: line 613Called from D:\ColdFusion9\wwwroot\RamManager\temp\test.cfm: line 7Called from D
2609764 CF-3780136 External U. I've verified this is fixed in CF11 Update 3. Repro: cfimport(taglib="../importFolder/", prefix="myTags"); myTags:customTag();//the following error is no longer thrown in CF11 Update 3: A script statement must end with ";". Thanks!, -Aaron
2611035 CF-3648781 External U. Bruce, *any* tag that can take an expression can, obviously, also take a function expression. For example: [custom tag calls] [possibly more... the point being, there are quite a few that need consideration] The job needs to be done *properly*. -- Adam
Comment on CFC Method inside a customTag crash on Coldfusion 10 by Chandan ..
Comment on CFThread loses Attributes collection inside Custom Tag. by External U.
for an ER. You perhaps ought to have written a custom tag and replaced with to solve your immediate issue. ERs should look forward, not backwards.
Comment on Bug 78591:(Watson Migration Closure)Summary: implement CFC-based custom tags as per Railo by External U.
Comment on Bug 75473:(Watson Migration Closure)Instead of building new implementations of tags as functions, give us an import ability so we can import our custom tags using a prefix and closure-like syntax by External U.
2601892 CF-3037463 External U. +1 but don't do this at the cost of anything more useful. This is nice, there are other, more important things. Writing a custom tag or a basic script to do this is trivial, so only do it if you have time to kill.
2612581 CF-3495357 Aaron N. Edit: There should be a cleaner way to reference the owner function. How about a formal "owner" scope? Should be: There should be a cleaner way to reference the owner function. How about a formal "caller" scope? Reason: The 'caller' scope has precedence in Custom
Comment on CFThread fails when called from Custom Tags without joining back to parent process by James M.
CFThread fails when called from Custom Tags without joining back to parent process
2612621 CF-3490112 External U. I also see repeated "SEVERE: Error in getRealPathFromConn" errors in coldfusion-error.log. It always originates from an expandPath() that is called from w/in a Custom Tag, that is called from a custom exception handler. Application.cfc also uses expand
to an error.This is because of the way the function replaceDelimsWithMarkers in CustomTags/com/adobe/coldfusion/query.cfc works - it splits the statement by single quote using listtoarray, and only processes even numbered elements, which is *supposed* to be the single quoted content.BUT, in case of empty
Prefix-based custom tags work only if cfimport is used outside of cfscript.
CFCHART within custom tag within function causes null pointer exception
: The following query gets run: qryname42637 (Datasource=FR_LOADSN, Time=4ms, Records=1) in C:\ColdFusion10\cfusion\CustomTags\com\adobe\coldfusion\base.cfc @ 20:09:40.040 SELECT 'It' 's Time!' WHERE 1 = ? Query Parameter Value(s) - Parameter #1(cf_sql_integer) = 1 Expected Result: qryname42637 (Datasource
" less than 100ms (about 50-60ms in my case) 5) On CF Admin's "Extensions > Custom Tag Paths" page, add a new path for "c:\" 6) Run the above code and see "Debug Rendering Time" is over 10000 ms 7) Remove the "c:\" mapping from CF Admin and then run same code and see a "Debug Rendering Time" of less
2611476 CF-3617930 Mobile Support : Custom Tags ext-user Included CSS file using link tag are not included in packaged mobile code I have attached a mobile project. Unzip it in wwwroot. When you run the application in browser or in the shell app, bootstrap styles are applied properly. Now package
2600764 CF-3038682 Document Management : PDF manipulation Pankaj Sarin Bug 77424:The following code does not work Problem: The following code does not work. Get the following error message: "The method extracttext was not found in component C:\ColdFusionCentaur\CustomTags
2601921 CF-3037432 Language : CustomTag Sean Corfield Bug 75293:(Watson Migration Closure) does not work with prefix="_" Problem: does not work with prefix="_" Method: test.cfm executed This *should* output test.cfm executed twice but it outputs: test.cfm executed FWIW, on Railo
2609374 CF-3852372 Mobile Support : Custom Tags Aaron Neff [ANeff] ER for: to honor THIS.compileExtForInclude #3547238 allowed include/'s template to have .js extension w/in #3742204 allowed include/'s template to have .html extension w/in Can please just honor THIS.compileExtForInclude so we
Tracker Issue Futures/Promises
2608754 CF-4010501 Language : CustomTag Adam Cameron Futures/Promises From http://blog.adamcameron.me/2015/06/what-id-like-to-see-in-coldfusion12.html Having some implementation of Futures / Promises (https://en.wikipedia.org/wiki/Futures_and_promises) into CFML would be interesting. [...] they
2609936 CF-3742204 Mobile Support : Custom Tags ext-user cfinclude within should support .html file inclusion Problem: within should support files with ".html" extension. Right now an error is thrown with below message when tried to include html file : " An exception has occurred
CFScript was implemented in CF 4.0 Tags seemed ok back then because pre CFC’s (CF Components) Used UDF’s and Custom Tags to reuse and separate code CF MX (6.0) brought about CFC’s so separation of code CFCs – you create methods, which are ColdFusion […] Blog,cfscript,closures,elvis operator,first class
-INF/cfusion/lib/neo-logging.xml (log file location). Deployment path of ColdFusion can vary because it contains WebSphere Application Server cell name. - Absolute paths in WEB-INF/cfusion/lib/neo-runtime.xml (/CFIDE mapping, ColdFusion custom tag path) - Absence of WEB-INF/cfusion/hf-updates/updates.xml results in different reported
2613547 CF-3279677 External U. +1, I've verified this as well. I created THIS.customTagPaths="c:\path\to\dir" where "dir" contains approx 500 folders and 2,000 files of any type. Then I enabled CF Admin's "Report Execution Times" debug output setting and the resultant "Debug Rendering Time
2608374 CF-4108132 J S. Apparently, the basic support is already there, it just needs to be fixed. I can achieve most of what I want by using the following: // Application.cfc component { this.customTagsPath = ArrayToList([ "zip://c:/path/to/component/archive.zip" // theoretically
, starting with where your code is running, or the webroot of where that code is running. (And if you specify a path or package name, it looks for a folder of that name in these locations.)

Then it will also look for the CFC in CF’s customtags folder, or locations named in the CF admin “custom tag

2602177 CF-3037145 Language : CustomTag John Farrar Bug 74757:(Watson Migration Closure)Read this thread for discussion Problem: Read this thread for discussion... https://prerelease.adobe.com/project/forum/thread.html?cap=87529BDA13744B3DB718E841890B9240&forid={81302E9C-2163-4C37-9582-D9C14B236AE
2598092 CF-3041749 Language : CustomTag Mike Causer Bug 83516:(Watson Migration Closure)the cf9 query cfc seems to be missing a true in a listToArray() as the 3rd argument 'includeEmptyFields' Problem: the cf9 query cfc seems to be missing a true in a listToArray() as the 3rd argument 'include
Service.setUrl(url); var data = httpService.send(); Actual Result: The method setCompression was not found in component C:\ColdFusion9\CustomTags\com\adobe\coldfusion\http.cfc. Expected Result: http results from url Any Workarounds: using the cfhttp tag with compression = "none
for developers to send and receive payments via various methods whether it be PayPal, Credit Cards, etc? Maybe something like this link on RiaForge (http://cfpayment.riaforge.org/) to a custom tag called cfpayment - code found at https://github.com/ghidinelli/cfpayment. This would be a great addition
an error in : CustomTags/com/adobe/coldfusion/base.cfc: line 240 (at cfbase2ecfc1783254818$funcGETSUPPORTEDTAGATTRIBUTES) java.lang.NoSuchFieldException: CFQUERY Steps to Reproduce: Actual Result: Expected Result: Any Workarounds: ----------------------------- Additional Watson Details
-leak-looping-cfmodule-inside-cffunction). It appears that does not release its memory when it has completed when called from a . I think this is an edge case, but it probably warrants a bit of an examination as to how (and custom tag calls in general) deals with marking any memory it has had allocated as recoverable once it completes
Path("./appconfig.json.cfm");//this["name"] = "AppCfcTest";// this.datasource ="MavResource";// this.applicationTimeout="";// this.clientManagement="";// this.clientStorage="";// this.customTagPaths={};// this.loginStorage="";// this.mappings={};// this.sessionManagement="";// this.sessionTimeout="";// this.setClientCookies="";// this