| Thread | Last Post | Replies |
|
| Web Service consumer | 06 Jun 2007 21:22 GMT | 5 |
I'm getting java.lang.IllegalArgumentException: java.lang.ClassCastException@8d878a CFC <cfcomponent>
|
| drop menus | 06 Jun 2007 21:01 GMT | 1 |
I have made my drop down menu but onclick it sends the web page back to the beginning of site. ex. front page has a drop down menu for games and once clicked it goes to the pre-front screen section or first page.
|
| ColdFusion and Portal Development (Portlet Toolkit) | 06 Jun 2007 19:30 GMT | 1 |
I realize the Portlet Toolkit released was just a proof of concept, but I was wondering if anyone has actually uses it for ongoing development. I was able to deploy and run the example Portlets on a IBM Portal v6 instance without any issues (since IBM's api's are only ...
|
| retrieve name from cfdirectory query | 06 Jun 2007 17:23 GMT | 2 |
I am querying a folder of images using the cfdirectory tag. On my page if a url parameter is not present the code grabs the "name" value of the first item in the cfdirectory query and displays it. I also have code detecting the number of the current row and sets the value of ...
|
| Directory Based linking | 06 Jun 2007 17:19 GMT | 1 |
I am in the process of creating a site that will have multiple members. However I'd like the it if someone could come into the site like this: www.sitename.com/username rather than:
|
| Populate 2 Columns from Query | 06 Jun 2007 17:00 GMT | 4 |
I have a query that selects all performers in the current week. There are many rooms that a performer can be scheduled in and sometimes there is no performer scheduled in a particular room or at a particular time. The query looks like this:
|
| Invalid CFML construct found? | 06 Jun 2007 04:09 GMT | 2 |
Anyone know why's wrong with this? It won't compile.. Error message is: " Invalid CFML construct found " myarray[1][1] = myxmldoc["my-item-lists"]["single-list"]["item-in-list"][1]["is-completed"]
|
| Display Amount in Cents | 06 Jun 2007 01:57 GMT | 3 |
Can someone please point me in the right direction for display an amount in cents? eg: "$100.95" is displayed as "10095"
|
| delete spaces | 05 Jun 2007 19:14 GMT | 7 |
Hi i have a string of text and numbers which i want to insert into a table colum (ApID) values ('#ClubID##First##Sur##Phone#')
|
| SQL Server XML Query Output | 05 Jun 2007 18:41 GMT | 2 |
I'm retrieving data in the form of XML from a SQL server database. However, the result column I'm getting is a UUID of some sort and I'm sure each server maybe different. How do parse the XML result from the query?:confused;
|
| forms / multiple browsers problem | 05 Jun 2007 18:37 GMT | 1 |
I'll try to explain my problem, I have an application that uses cfc's as objects, the object knows if it is a new entry or not depending on the primary key that is empty (= new one) or is not empty (= exists in the database)
|
| CFMX 6.1 and Cross-Site Scripting via URL | 05 Jun 2007 18:22 GMT | 11 |
I hav been trying to block a vulnerability on our site that was reported by our scanning software. The example they gave was: http:www.ourSite.com//index.cfm?fuseaction=shoppingCart.landingPage&block=>'><sc
|
| Ranking Query return | 05 Jun 2007 05:34 GMT | 5 |
This sounds like it should be simple. I want to be able to rank data in a query return. Currently I have: SELECT salesID, sales FROM allmembers
|
| CFMAIL and PGP/GPG | 04 Jun 2007 20:50 GMT | 4 |
Currently we run GPG on our server for encrypting file and mail contents before sending the sensitive emails to our client. Basically the content is compiled, saved to a TXT file, a command line is run for GPG to encrypt the text file, then the CFMAIL is run using the now ...
|
| Populating a PDF File from ColdFusion | 04 Jun 2007 17:28 GMT | 18 |
I wanted to populate a pfd file from coldfusion and I found this online: http://www.school-for-champions.com/coldfusion/cftopdf.htm When I submit the form.. I then show a link [view pdf].. only when I click on that lick I get a message saying
|