Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
272 views

Markup validation error when using CFForm

Does anyone know of a solution to the following markup validation error? I'm not sure if this is an issue in ColdFusion or my own code, but the output of the following snippet does not validate ...
2
votes
3answers
2k views

How to validate characters ONLY in ColdFusion CFForm?

I've got a very simple cfform with a single form field: <cfform action="asdf.cfm" method="post"> <cfinput name="fieldName" type="text" size="20" maxlength="20" required="yes" ...
2
votes
4answers
2k views

CSS bleed-through with cfinput type=“datefield”

I have a form using multiple <cfinput type="datefield" ...>. They are positioned in such a way that the pop-up CSS calendar should appear over the field for others. However, the text fields for ...
1
vote
1answer
364 views

Is there an easier way to manipulate checkboxes in coldfusion?

Basically, I have stored information in a database field and I want to display it again through a form. The original form has the same checkboxes but they are always empty. The user can check the ...
1
vote
1answer
171 views

enable disable cfselect

how can I disable cfselect while using html form format, or make cfselect view only? Thanks!!
1
vote
0answers
118 views

Jrun Server crashes when a page has cfform,cfgrid,cflayout etc

I am having a weird problem. I have a application that works perfect in my development machine and UAT machine which is of windows 2003 server/cf8. When i uploaded the same application on Solaris box ...
0
votes
1answer
59 views

ColdFusion CFForm Select Box Item Selected

I have a drop down that filters a multi-select box that then the user selects items from. How can I make this work when Editing. I need to change the selected item and make the multi-select populate ...
0
votes
3answers
126 views

cfdiv submit within another cfdiv submit, only works in FF

I have main page which has payment cfdiv, then in payment cfdiv I have shoppingCart cfdiv. Mainpage.cfm <i><strong>PAYMENTS</strong></i> <cfajaximport tags ...
0
votes
0answers
65 views

ColdFusion 8:Dynamically creating cfdiv causing issues

I am trying to load a cfform into a cfdiv that was created dynamically. I've tried using ajax and ColdFusion.navigate, and when I load the page into the div, it opens the div and then closes it right ...
0
votes
2answers
102 views

coldfusion problem with flash form binding : PART 2

I am not sure why this one gives me "undefined". the imgNames are there. <cfquery name="getArt" datasource="cfartgallery"> select * from art where artid < 10 </cfquery> ...
0
votes
1answer
159 views

coldfusion problem with flash form binding

i have the following : <cfquery name="getArt" datasource="cfartgallery"> select * from art where artid < 10 </cfquery> <cfform name="myform2" width="620" height="750" ...
0
votes
1answer
155 views

cfinput image type and cfwindow problem

I am looping over an image directory to list bunch of thumbnails. I want to show the original image on a click event. But for now, just a window. <cfform name="myform" format="flash" ...
0
votes
2answers
151 views

<cfform> inside cfscript component

I'm making components for a site and I'm wondering if I can return a cfform inside a return variable from a component and force coldfusion to output it parsed. Obviously using "writeOutput(")" ...
0
votes
1answer
109 views

Problem with gif images in cfform

The funny thing is the jpg images show up, but the gif images won't. whyyy??? <cfform name="theForm" action="" format="flash" skin="haloorange" height="1450" width="850"> <cfformgroup ...
0
votes
1answer
505 views

Reload cfwindow after submit

I am using javascript to control the creation of a cfwindow object in ColdFusion. The cfwindow is attached to a form that allows users to choose a signle or multiple records and assign or unassign ...
0
votes
3answers
482 views

Coldfusion Ajax - Form Submission

I Need help with ColdFusion, I want to use the CF9 ajax library, I've got <cfajaximport tags="cfform"> in my header, and included a form using <cfdiv bind="url:domainchecker.cfm"> This ...
0
votes
2answers
780 views

CFDIV, and CFFORM not working right inside a CFWINDOW

Hey guys I am having an issue when I'm trying to display a cfdiv inside a cfwindow. It just doesn't show up. No errors, nothing to tell me I'm doing something wrong. The div works just fine if I ...
0
votes
2answers
550 views

Flash/Flex Forms/Gateways problems running CF8 with SiteMinder

Is anybody out there successfully running SiteMinder along with CF8 on an IIS server? Here's the problem. It took some effort, but about a month ago I installed SiteMinder on my company's CF7 ...