| Thread | Last Post | Replies |
|
| Putting xml into a cfquery | 20 Mar 2007 15:22 GMT | 1 |
This is the situation. I want to build a query where I enter the value of a parent tag for every row where there are multiple children. xml looks something like this. <year value="90">
|
| apache j2ee connector | 20 Mar 2007 15:20 GMT | 4 |
I know if i need to connect apache to CFMX7 running on JRUN, i need to use the jrun connector (Web server configuration tool) i tried it and worked great. But if i need to deploy CFMX7 on websphere, how can connect apache to CFMX7? what is the connector should i use?
|
| Open a file using URL | 20 Mar 2007 14:35 GMT | 3 |
In my data base I have a field called AgendaDocument. The values of this field are just the document name (like JulyAgenda) with no file extension. Most of these are pdf. I want the user to click a dynamically created link to open the document. Please help - see code
|
| Verity, multilanguage, Russian | 20 Mar 2007 13:03 GMT | 3 |
Here's a problem which has made me scratch my head a little (too much). We use Verity for simple website searches and have run into a problem with Russian. Some text (webpages in this case) look fine when searching and some look like chinese which would be fine if it wasn't ...
|
| Webservices not working properly? | 20 Mar 2007 09:32 GMT | 1 |
I create a web services on a Application server on Linux box. When I browse the URL http://domain/name.cfc?wdsl on the browser, I can see the xml code. However, when I try to run the web services, I receive these error: Error creating web service. Please ensure that you have ...
|
| POI [ Apache] | 20 Mar 2007 02:02 GMT | 3 |
I have installed cfx_excelQuery [ into web-inf\lib\ ], and registered the tag then extracted the zip[ poi-2.5.1-final-20040804 ] into \web-inf\lib\ ...Then restarted the CF service ..still I am getting this...I am using CF server 6,1,0,63958 on windows 2000 server..
|
| Looping over cfset tag | 19 Mar 2007 22:20 GMT | 9 |
Hey Guys, I am having a problem with cfloop. What I am trying to do is calculate points on an Oline March Madness Pool. I need to evaluate if the user picks are equal to the game winners. I can do it if I manually type each pick # and each game #
|
| text area value change | 19 Mar 2007 21:48 GMT | 8 |
i have a text area with 5 text links underneath the text area value is not set, but what i need is if i click text link 1, then i need to update the value of the textarea with a value of a column in my table called message1 where userid = session.user
|
| Looping through xml in cfscript | 19 Mar 2007 20:42 GMT | 4 |
Ok, I can loop through xml to get the value of any tag and output it to a variable. But the problem for me is getting the child tags of a specific tag to loop out grouped together. For instance, below I would want to group the xml like this.
|
| CFPOP error -- java string in message body | 19 Mar 2007 19:39 GMT | 3 |
I'm using CFPOP to do a very typical pop mail check and then I throw the message parts into a few fields in a database: subject, body, and also textbody and htmlbody if the message comes through as multi-part. I got a very weird row in the database this morning. Subject looks ...
|
| Application Variables in application.cfm and asp | 19 Mar 2007 17:08 GMT | 1 |
If anyone could provide some insight into using application variables declared in application.cfm, but retrieved in asp code, it would be appreciated. GOAL: Retrieve values into an asp page from application variables in application.cfm.
|
| Is there a Session End function in Cold Fusion? | 19 Mar 2007 14:48 GMT | 2 |
In .net there's a session end function that allows you to perform functions when a users session ends, does Cold Fusion have anything like this? The reason I ask is I have a user who generates multiple xml files with data and stores them to the hard drive while they visit the ...
|
| Returning blank fields | 18 Mar 2007 22:28 GMT | 3 |
I am using the following form and cannot get any data to save for fields 'Event_date' and 'Feed_Date'. I have tried everything, changing from text to date/time, etc. When the form is proceeed there are no error messages...it seems to process fine but again no data in these fields ...
|
| cycle problem | 18 Mar 2007 13:15 GMT | 3 |
ok i have cycle problem hope someone can help me the user will pick from the following Date: 12/10/2007 Time: 09:00
|
| selection box not working | 17 Mar 2007 01:48 GMT | 4 |
i was asked to edit some code one of the selection boxes wasnt working and was not updating the db at all here is the code snippet <!--- the CFC code being called
|