- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
How to use init function in coldfusion.Could any one explain with a good simpla example. And also scopes(VARIABLES and THIS) while writing an init function in a component.
I want to install a perl module - "Test-NoWarnings-1.03". But while installing its giving a warning - "prerequisite module (Test-Tester-0.107) is not found". So I installed this prerequisite module "Test-Tester-0.107" and then I tried to install "Test-NoWarnings-1.03" .But still I am getting the same warning - "prerequisite module (Test-Tester-0.107) is …
CFC is a seperate file. And you can save a cfc file with an extension of (.cfc). In cfc files you can create several methods (have restriction to number of methods in a cfc, which is according to JVM). And we can create an object for the cfc (ie a …
Hi , My XML contains a node (I have given it below) which contains an xml text that is '[B]Please complete the "Enquiry Type" field[/B]' , as given below. And I am using a coldfusion function XMLSearch to search for an XML document Object. And I am using an XPath …
I am using COLDFUSION . And using coldfusion i am inserting a table using URLEncode function. For instance, the word 'Registration Fee' will be inserted into a table like 'Registration%20Fee' after encoding using URLEncode function in coldfusion.But I need to write a mssql statement to decode the word and want …
How to create xml from MSSQL database.Could any one help me to find out this . It would be much helpful and appreciated if any provide me an example also.
Could any one provide me a simple login page in coldfusion , which uses SESSION AND COOKIES. And while copying the URL (I mean URL after successful login) to another browser it should point to login page.This will be much helpful.
While redirecting using the cflocation tag it is successfully passing to specified URL. But the thing is I couldnt understand the use of ADDTOKEN attribute in this tag.Because redirection occurs independent of the Yes/No values of that attribute . Please can any one help me by providing a simple example? …
The End.
fiju