It's not that simple. I need to know how to dynamically select where the data is coming directly from a db. For instance, in a regular form I could do this w/ the radio buttons
<input type="radio" name="myButton" value="1" <cfif q1.val eq 1>checked</cfif>>. I can't do that with a flash form...
I'm new to Flash Forms and wanted to know if anyone knows how to get values to display to be selected for radio buttons and mult-select select boxes? The usual cfif logic inside of the value or selected attributes does not seem to work.
Actually the 2 error thing still exists. I have it on the radio buttons. I got tired of screwing around with checkboxes and just went with a multi-select box. It is good to hear that I'm not just crazy that others are actually having these problems too. I like Flash Forms, but they still...
I am building a Flash Form using CFMX 7. Most of the functionality is great except the checkboxes. I want to know if anyone else has run into similar issues:
1. The cfinput tag with type set to checkbox is difficult (at best) to validate
2. Why does it (checkbox) pass values of true and...
Nah, they used another IDE probably Elipse. That seems to be the popular Java IDE around here. I myself like NetBeans, perhaps because I'm much more of Java novice .
After talking to a couple of Java developers, I found out that the problem was the XML file a hidden class was trying to read. The xeres.jar & xalan.jar files I have on my computer were different than the ones the original Developers (Java) have. There are few ways I found to fix this:
1...
I tried that too. I did some research and I think it may be because the method that creates the token is buried quite a few layers down. I read on the macromedia website that sometimes CF code has a problem finding a Java method if it's buried too deeply, CF may not be able to find the code...
The akamaiURL, akamaiPayload are suppose to be url, payload and, ip respectively. also those are not the actual names in the code (the names were changed to protect the innocent). The getURL, getXXX, methods do return values the code works up until the call to get the...
I am using the following code to create a token to pass to another part of my application:
<cffunction access="public" name="createToken" output="false" returntype="string" hint="Creates a token.">
<cfscript>
//create token generator instance
myInstance = CreateObject("Java"...
Sure. Here is the code:
<input type="text" name="title" value="#coldFusion.databaseColumn#">
The problem here is that the title (including text inside of " ") will display just fine (e.g. The title: "ABC 123") in Firefox. However, in IE All that will display is The title: and the "ABC 123"...
I am having problems displaying data in the IE browser I am returning info from the database and it seems that if the field contains "" in it (e.g. "This is a test" ) the text within double quotes will not display. This data displays fine in Firefox, but not IE. Any ideas how I can display my...
You know what it's ok. I actually found a very nice SQL Server function that does the same thing. If anyone is interested it can be found at:
http://sqlservercentral.com/cs/blogs/michael_coles/archive/2005/07/17/52.aspx
Actually what I am trying to do is sort the structure so that the it appears in the order of the day value. I can currently get the structure with all of the values. However, I need a way to sort the values by day. The structre will appear something like this.
stcEvents.eventId = 1111...
I have created a cfc that passes back a structure. My problem is getting the structSort function to pass back all of the values here is the code that I have to create the sort
<!--- now create an array and sort the values --->
<cfset arrOrderedEvents =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.