| Thread | Last Post | Replies |
|
| Ajax : add content like form fields or comple form or list... to an existing list | 12 Jun 2008 11:10 GMT | 3 |
Let's imagine I have a list of attribues in a form and I want to add a new one, how can I do without refreshing the page ? image of what I mean : http://img126.imageshack.us/img126/872/addoptionui4.gif In this example (Magento), the button "Add Option" adds a new line of fields
|
| MX 8 upgrade CFREPORT failed | 12 Jun 2008 05:11 GMT | 4 |
My website provider upgraded my website to MX 8 and now my CFREPORT functions that produce mailing labels are failing. I've done some googles on the error, but really can't find anything to help. The error message is at such: java.lang.NoClassDefFoundError: Could not ...
|
| catch cfParam | 11 Jun 2008 21:54 GMT | 2 |
Hi @ll i do the following within the first lines of my Page: <cfparam name="myNr" type="integer" default="#arguments.event.getArg('myNr')#">
|
| ClassCastException | 11 Jun 2008 21:27 GMT | 1 |
I can't seem to determine the cause of the ClassCastException message I am getting from a web service I am calling with CF8. The message is returned from an internal WebLogic web service. For the most part it works fine but when I request something that the web
|
| cfindex: path attribute issue | 11 Jun 2008 19:58 GMT | 1 |
I am currently trying to index a network directory recursively so that all of our HR files will be in a verity index. This way a user could just search for "benefits" and view all related benefit documentation that were placed in the HR hierarchy. The issue occurs when trying to ...
|
| Client certificate information | 11 Jun 2008 15:55 GMT | 1 |
Does anyone have a definitive answer for how to retrieve client certificate information in coldfusionMX7 using Apache 2.0.x (just http server, not tomcat)? I can get it out of the environment in a perl script...I just don't know how to pass it to coldfusion..the client cert CGI ...
|
| Calling cfcs from secure page fails (https) | 10 Jun 2008 23:36 GMT | 2 |
I'm trying to submit a form to a secure url (https). I'm able to submit successfully but the called page makes a call to a cfc (com.utility). It chokes on this call. I'm able to call this cfc successfully on other pages via regular
|
| jSessionID, CFId/CFToken-Which is predictable? | 10 Jun 2008 21:02 GMT | 2 |
I have results from our the new and improved PCI scan and it comes up with one Medium risk vuln. [i]Description: The remote web application is using predictable cookie-based session IDs. Ideally, session IDs are randomly generated numbers that cannot be
|
| converting javascript variable to coldfusion | 10 Jun 2008 18:42 GMT | 3 |
I am running a form that submits data via the cf ajax to a .cfc file -- when it returns to the calling page -- i turn the forms into text and remove the form fields. the problem is i run the statement:
|
| Incompatible webservice? | 10 Jun 2008 18:27 GMT | 3 |
I can't seem to get this webservice to work( http://www.maxmind.com/app/minfraud_soap_wsdl5 ), after working out the issue with omit on the optional parameters it is returning the following error: Cannot perform web service invocation minfraud_soap.
|
| Consuming .NET webservice | 10 Jun 2008 18:02 GMT | 3 |
I have a webservice that I have to push data to. I am not a .NET guys and cannot translate this to ColdFusion very well. Here is an example of C# code provided. Pasted only important part req.CustomerID = 1;
|
| Event Gateways | 10 Jun 2008 12:18 GMT | 1 |
Is it possible to connect to google IM server using the IM gateways in CF ?
|
| Manually refresh a binding | 10 Jun 2008 11:40 GMT | 1 |
I asked this question in the General forum, but got no answers, so I thought I'd try here. Is there some simple way to tell a cfdiv, cfselect, or whatever to re-evaluate it's binding? Using ColdFusion.navigate or something like that doesn't seem
|
| SQL to XML for AJAX | 10 Jun 2008 00:21 GMT | 6 |
I have been a CFer for a while and am dipping my toe into the Spry/AJAX world. What I am attempting to do is not only learn Spry/AJAX to develop RIAs, but go down the AIR path. I do nto know if this is the right place to ask this, but here goes...
|
| Efficient Way to output this data, don't want to use evaluate | 09 Jun 2008 19:05 GMT | 3 |
Hey everyone, I have a form that creats field names with dynamic names, basically just a name like "Box" with a counter at the end so you end up with "Box1" "Box2" "Box3". How can I easily output all the information contained in this form,
|