getTagData() is a function in Railo
Description
Environment
Activity
AndrewM December 16, 2010 at 4:01 AM
only used in docTag.cfc
I have renamed the function to getDocTagData
got me moving again
AndrewM July 27, 2010 at 7:49 AM
AJ: with https://farcry.jira.com/browse/DOC
it has a function called getTagData
That is a function in Railo
not sure if it is in CF9
Geoffrey: ah..
should be easy enough to fix
AJ: responce from Railo
railo supports getFunctionList,getFunctionData(),getTagList(),getTagData(),
acf only getFunctionList
Geoffrey: getmetadata() on any component gives you function data
but is this globally registered content in railo i suspect?
AJ: from Railo doco
return information to a Tag as Struct
gettagdata(string nameSpaceWithSeperator,string tagName):struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
nameSpaceWithSeperator string Yes The namesapce of the tag with the seperator Example: cf, rc: aso.
tagName string Yes The tag name without namespace Example: login,mail aso.
heads up